Use specific bundler

This commit is contained in:
Bobby McDonald 2019-11-11 00:53:01 -05:00
parent 10f417932d
commit 473486c77b
No known key found for this signature in database
GPG Key ID: CAD931A49619329A
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
bundler_args: --without development
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '~> 1.14'
- gem install bundler -v '1.17.3'
install:
- bundle _1.17.3_ install --jobs=3 --retry=3
cache: bundler
env:
global: