aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-12-29 19:04:42 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-12-29 19:04:42 -0200
commitfba97c9620e709f0449ea9f3240b9e5174f72e1e (patch)
tree3eea68aeb0d9804672025af9828213bea7ed6823 /Gemfile
parent7b34c5ca7b77708e8da1ce64df61c1906ac894a7 (diff)
downloadrails-fba97c9620e709f0449ea9f3240b9e5174f72e1e.tar.gz
rails-fba97c9620e709f0449ea9f3240b9e5174f72e1e.tar.bz2
rails-fba97c9620e709f0449ea9f3240b9e5174f72e1e.zip
Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 94a0d15d16..e9dfffb1a5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gemspec
gem 'arel', github: 'rails/arel', branch: 'master'
gem 'mocha', '~> 0.13.0', require: false
+gem 'rack', github: 'rack/rack'
gem 'rack-test', github: 'brynary/rack-test'
gem 'rack-cache', '~> 1.2'
gem 'bcrypt-ruby', '~> 3.0.0'