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:
parent
25c0b569f5
commit
ac9443ed71
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue