mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master
This commit is contained in:
parent
7b34c5ca7b
commit
fba97c9620
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
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'
|
||||
|
|
Loading…
Reference in a new issue