1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Use bundler < 1.10 until its bugs are fixed"

This reverts commit 81b42970f0.
This commit is contained in:
Samuel E. Giddins 2015-05-28 22:38:50 -07:00
parent 950b06b2c6
commit be50118916

View file

@ -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