mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
89a62a8301
commit
1be725f8a9
@ -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",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
2.6.2
|
2.7.2
|
||||||
|
@ -143,4 +143,4 @@ RUBY VERSION
|
|||||||
ruby 2.6.2p47
|
ruby 2.6.2p47
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.2.28
|
||||||
|
Loading…
x
Reference in New Issue
Block a user