Bump ruby to 2.7.2, bump bundler 2.2.28 (#19488)

* Bump ruby to 2.7.2, bump bundler 2.2.28

* Bump in devcontainer variant as well
This commit is contained in:
Franck Nijhof 2021-09-27 18:23:59 +02:00 committed by GitHub
parent 89a62a8301
commit 1be725f8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
"dockerfile": "../Dockerfile", "dockerfile": "../Dockerfile",
"context": "..", "context": "..",
"args": { "args": {
"VARIANT": "2.6", "VARIANT": "2.7",
"NODE_VERSION": "12.1", "NODE_VERSION": "12.1",
} }
}, },
@ -27,4 +27,4 @@
"errorLens.enabledDiagnosticLevels": ["error", "warning"], "errorLens.enabledDiagnosticLevels": ["error", "warning"],
"terminal.integrated.shell.linux": "/usr/bin/zsh", "terminal.integrated.shell.linux": "/usr/bin/zsh",
} }
} }

View File

@ -56,10 +56,10 @@ jobs:
steps: steps:
- name: Check out files from GitHub - name: Check out files from GitHub
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.3.4
- name: Setting up Ruby 2.6 - name: Setting up Ruby 2.7
uses: ruby/setup-ruby@v1.82.0 uses: ruby/setup-ruby@v1.82.0
with: with:
ruby-version: 2.6 ruby-version: 2.7
- name: Setup Ruby Gems cache - name: Setup Ruby Gems cache
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.6
with: with:
@ -69,7 +69,7 @@ jobs:
gems- gems-
- name: Installing dependencies - name: Installing dependencies
run: | run: |
gem install bundler -v 2.0.1 gem install bundler -v 2.2.28
bundle config path vendor/bundle bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 bundle install --jobs 4 --retry 3
- name: Setting up Jekyll cache - name: Setting up Jekyll cache

View File

@ -1 +1 @@
2.6.2 2.7.2

View File

@ -143,4 +143,4 @@ RUBY VERSION
ruby 2.6.2p47 ruby 2.6.2p47
BUNDLED WITH BUNDLED WITH
2.0.1 2.2.28