Skip to content

Commit 54a34b0

Browse files
committed
Upgrade to Ruby 3.0
1 parent 8692def commit 54a34b0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ jobs:
243243
with:
244244
ref: "${{ github.event.pull_request.head.sha }}"
245245
- name: Configure Ruby
246-
uses: actions/setup-ruby@v1
246+
uses: ruby/setup-ruby@v1
247247
with:
248-
ruby-version: '2.7'
248+
ruby-version: 3.0.2
249249
- name: Cache bundler intermediate products
250250
uses: actions/cache@v2
251251
with:

ci/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# frozen_string_literal: true
22
source "https://rubygems.org"
3-
ruby "2.7.2"
3+
ruby "3.0.2"

ci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ workflows:
366366
- *checkout_pr
367367

368368
- name: "Configure Ruby"
369-
uses: actions/setup-ruby@v1
369+
uses: ruby/setup-ruby@v1
370370
with:
371-
ruby-version: '2.7'
371+
ruby-version: '3.0.2'
372372

373373
- name: "Cache bundler intermediate products"
374374
uses: actions/cache@v2

tests/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
source 'https://rubygems.org'
3-
ruby '2.7.4'
3+
ruby '3.0.2'
44

55
gem 'capybara', '~> 3.35'
66
gem 'rspec', '~> 3.10'

tests/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ DEPENDENCIES
6868
webdrivers (~> 5.0)
6969

7070
RUBY VERSION
71-
ruby 2.7.4p191
71+
ruby 3.0.2p107
7272

7373
BUNDLED WITH
74-
2.1.4
74+
2.2.30

0 commit comments

Comments
 (0)