1
0
Fork 0
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:
Guillermo Iguaran 2012-03-12 14:14:11 -05:00
parent 7ea2c94046
commit 78eed21576

View file

@ -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'