diff options
author | Joshua Peek <josh@joshpeek.com> | 2011-03-29 15:42:57 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2011-03-29 15:42:57 -0500 |
commit | 2b4705961df1500db3dbfc848282f23f2c5eef48 (patch) | |
tree | 61f1f8092f03ebc5034115aa3caad02c8f596cde /Gemfile | |
parent | 1af295fc9a6772e587e438254cfe354e6da0fa19 (diff) | |
download | rails-2b4705961df1500db3dbfc848282f23f2c5eef48.tar.gz rails-2b4705961df1500db3dbfc848282f23f2c5eef48.tar.bz2 rails-2b4705961df1500db3dbfc848282f23f2c5eef48.zip |
Add sprockets to Gemfile for testing
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ 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 "rake", ">= 0.8.7" gem "mocha", ">= 0.9.8" |