Skip to content

Commit 0404d49

Browse files
dblockCopilot
andcommitted
Upgrade to Ruby 4.0.2 and refresh GitHub Actions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a4ff588 commit 0404d49

5 files changed

Lines changed: 97 additions & 83 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
RuboCop:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: "3.4.6"
12+
ruby-version: "4.0.2"
1313
bundler-cache: true
1414
- run: bundle exec rubocop

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ jobs:
66
RSpec:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: browser-actions/setup-firefox@latest
9+
- uses: actions/checkout@v6
10+
- uses: browser-actions/setup-firefox@v1
1111
with:
1212
firefox-version: '143.0.3'
1313
- uses: browser-actions/setup-geckodriver@latest
1414
with:
1515
geckodriver-version: "0.36.0"
16-
- uses: supercharge/mongodb-github-action@1.7.0
16+
- uses: supercharge/mongodb-github-action@v1
1717
with:
1818
mongodb-version: "8.0"
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.4.6"
21+
ruby-version: "4.0.2"
2222
bundler-cache: true
2323
- uses: GabrielBB/xvfb-action@v1
2424
with:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.4.6'
3+
ruby '4.0.2'
44

55
gem 'irb'
66
gem 'kaminari-grape'

0 commit comments

Comments
 (0)