(POOLER-96) Setting the Rubygems version

travis uses the latest bundler 1.16 which installs the newer rubygems and I think that might be why it's failing now when downgrading only bundler to version 1.12
This is a test to see if travis will pass.
This commit is contained in:
Samuel 2017-11-28 11:35:55 -06:00 committed by GitHub
parent 1ff78b4ae2
commit db42616580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ matrix:
# https://github.com/bundler/bundler/issues/4975 # https://github.com/bundler/bundler/issues/4975
# https://github.com/bundler/bundler/issues/4984 # https://github.com/bundler/bundler/issues/4984
install: install:
- gem update --system 2.6.14
- gem install bundler --version 1.12.5 - gem install bundler --version 1.12.5
- bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script: script: