mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 12:53:17 +08:00
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:
parent
87c04ebe39
commit
b445e0e76a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -556,4 +556,4 @@ DEPENDENCIES
|
|||
yaml-lint
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
2.1.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user