Allow usage of bundle local config for rack by specifying the branch

[ci skip]
This commit is contained in:
Carlos Antonio da Silva 2014-08-17 13:16:01 -03:00
parent 898bdc5c54
commit eb714d4460
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gemspec
# ensure correct loading order
gem 'mocha', '~> 0.14', require: false
gem 'rack', github: 'rack/rack'
gem 'rack', github: 'rack/rack', branch: 'master'
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks', github: 'rails/turbolinks', branch: 'master'