Add sprockets to Gemfile for testing

This commit is contained in:
Joshua Peek 2011-03-29 15:42:57 -05:00
parent 1af295fc9a
commit 2b4705961d
1 changed files with 2 additions and 0 deletions

View File

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