DEV: Update Bundler (#8583)

* DEV: Update Bundler

Latest RubyGems 3.1.1 vendors bundler 2.1.0 *again*. And our base
image build system even updates it to 2.1.1.

After that it is unable to run a simple `bundle install` because of
version mismatch.

Updating bundler to the one that comes with our enforced Ruby version
solves this.

* DEV: Update bundler in CI too
This commit is contained in:
Rafael dos Santos Silva 2019-12-19 16:25:33 -03:00 committed by GitHub
parent 87c04ebe39
commit b445e0e76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ jobs:
architecture: 'x64'
- name: Setup bundler
run: gem install bundler -v 1.17.3 --no-doc
run: gem install bundler -v 2.1.1 --no-doc
- name: Bundler cache
uses: actions/cache@v1

View File

@ -556,4 +556,4 @@ DEPENDENCIES
yaml-lint
BUNDLED WITH
1.17.3
2.1.1