Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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=134
- Loading branch information