mirror of https://github.com/rails/rails
Revert "Use bundler < 1.10 until its bugs are fixed"
This reverts commit 81b42970f0
.
This commit is contained in:
parent
950b06b2c6
commit
be50118916
|
@ -2,7 +2,7 @@ language: ruby
|
|||
sudo: false
|
||||
script: 'ci/travis.rb'
|
||||
before_install:
|
||||
- gem install bundler --version "< 1.10"
|
||||
- gem install bundler
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
before_script:
|
||||
- bundle update
|
||||
|
|
Loading…
Reference in New Issue