mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add sprockets-rails to rails project Gemfile
This commit is contained in:
parent
7ea2c94046
commit
78eed21576
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -22,6 +22,8 @@ end
|
|||
# it being automatically loaded by sprockets
|
||||
gem 'uglifier', '>= 1.0.3', :require => false
|
||||
|
||||
gem 'sprockets-rails', :git => "git://github.com/rails/sprockets-rails.git"
|
||||
|
||||
gem 'rake', '>= 0.8.7'
|
||||
gem 'mocha', '>= 0.9.8'
|
||||
|
||||
|
|
Loading…
Reference in a new issue