diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-12-29 19:04:42 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-12-29 19:04:42 -0200 |
commit | fba97c9620e709f0449ea9f3240b9e5174f72e1e (patch) | |
tree | 3eea68aeb0d9804672025af9828213bea7ed6823 /Gemfile | |
parent | 7b34c5ca7b77708e8da1ce64df61c1906ac894a7 (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |