1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Switch to sprockets/master

This commit is contained in:
Joshua Peek 2011-03-30 20:46:49 -05:00
parent 25c0b569f5
commit ac9443ed71

View file

@ -11,7 +11,7 @@ end
gem "rack", :git => "git://github.com/rack/rack.git"
gem "rack-test", :git => "git://github.com/brynary/rack-test.git"
gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git", :branch => "v2"
gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git"
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"