aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2011-03-29 15:42:57 -0500
committerJoshua Peek <josh@joshpeek.com>2011-03-29 15:42:57 -0500
commit2b4705961df1500db3dbfc848282f23f2c5eef48 (patch)
tree61f1f8092f03ebc5034115aa3caad02c8f596cde /Gemfile
parent1af295fc9a6772e587e438254cfe354e6da0fa19 (diff)
downloadrails-2b4705961df1500db3dbfc848282f23f2c5eef48.tar.gz
rails-2b4705961df1500db3dbfc848282f23f2c5eef48.tar.bz2
rails-2b4705961df1500db3dbfc848282f23f2c5eef48.zip
Add sprockets to Gemfile for testing
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7d8949409c..f9a3a16dfc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"