diff options
author | Joshua Peek <josh@joshpeek.com> | 2011-03-30 20:46:49 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2011-03-30 20:46:49 -0500 |
commit | ac9443ed71bf0b40cf5b321e8e1b77b98abd9b5e (patch) | |
tree | 0ae58f606abd8777a7a68039c3f9c3564bc47bcb | |
parent | 25c0b569f5bac0cfdf2c863cabf3b528165cebca (diff) | |
download | rails-ac9443ed71bf0b40cf5b321e8e1b77b98abd9b5e.tar.gz rails-ac9443ed71bf0b40cf5b321e8e1b77b98abd9b5e.tar.bz2 rails-ac9443ed71bf0b40cf5b321e8e1b77b98abd9b5e.zip |
Switch to sprockets/master
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |