specify bundler version 1.15.4

This commit is contained in:
Samuel 2017-11-28 12:11:59 -06:00 committed by GitHub
parent 139ab81bfc
commit a7f07883f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,14 +27,11 @@ matrix:
- rvm: 2.3.3 - rvm: 2.3.3
env: "CHECK=rubocop" env: "CHECK=rubocop"
# This below is a temporary shim to bypass these bundler+jruby bugs: # Pin to specific rubygem and bundler for jruby tests
#
# https://github.com/bundler/bundler/issues/4975
# https://github.com/bundler/bundler/issues/4984
install: install:
- gem update --system 2.6.14 - gem update --system 2.6.14
- gem install bundler --version 1.15.4 - gem install bundler --version 1.15.4
- bundle --version - bundle _1.15.4_ --version
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script: script:
- "bundle exec rake $CHECK" - "bundle _1.15.4_ exec rake $CHECK"