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
1 changed files with 1 additions and 1 deletions

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