Commit aaa7615
committed
Use Ruby 3.4 in the latest version of CI
This PR uses Ruby 3.4 in the latest version of CI.
This PR suppresses the following warnings:
## Cucumber
```console
Run BUNDLE_GEMFILE=gemfiles/cucumber1_3.gemfile vendor/bats/bin/bats test/cucumber.bats
(snip)
# /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/cucumber-1.3.20/lib/cucumber/cli/drb_client.rb:1:
warning: drb/drb was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0.
# You can add drb to your Gemfile or gemspec to silence this warning.
```
https://github.com/tmm1/test-queue/actions/runs/12557591208/job/35010466650?pr=134
## Minitest
```console
Run BUNDLE_GEMFILE=gemfiles/minitest5.gemfile vendor/bats/bin/bats test/minitest5.bats
(snip)
# /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/minitest-5.10.0/lib/minitest.rb:3:
warning: mutex_m was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0.
# You can add mutex_m to your Gemfile or gemspec to silence this warning.
```
https://github.com/tmm1/test-queue/actions/runs/12557591208/job/35010466855?pr=1341 parent e1674e1 commit aaa7615
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
0 commit comments