Skip to content

Commit b445e0e

Browse files
authored
DEV: Update Bundler (discourse#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
1 parent 87c04eb commit b445e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
architecture: 'x64'
7979

8080
- name: Setup bundler
81-
run: gem install bundler -v 1.17.3 --no-doc
81+
run: gem install bundler -v 2.1.1 --no-doc
8282

8383
- name: Bundler cache
8484
uses: actions/cache@v1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,4 @@ DEPENDENCIES
556556
yaml-lint
557557

558558
BUNDLED WITH
559-
1.17.3
559+
2.1.1

0 commit comments

Comments
 (0)