Thanks for the fix, but I still get the same warning on Ruby 4.0.1. ```bash $ bundle exec ruby -v script.rb ruby 4.0.1 (2026-01-13 revision e04267a14b) +PRISM [x86_64-linux] /home/y-yagi/.rbenv/versions/4.0.1/lib/ruby/gems/4.0.0/gems/be...y-yagi (Yuji Yaginuma)
## Descrition When using `benchmark-ips` gem with Ruby 4.0.0, the warning related to `benchmark` gem is shown. ## Step to reproduce ```ruby # Gemfile # frozen_string_literal: true source "https://rubygems.org" gem "bench...y-yagi (Yuji Yaginuma)
Currently, some methods' behavior(e.g. `URI.parse`) don't change when switching a parser. This is because some methods use `DEFAULT_PARSER`, but `parser=` doesn't change `DEFAULT_PARSER`. This PR introduces a constant to keep a parser's...y-yagi (Yuji Yaginuma)
Currently, some warning messages don't contain a `URI` like the following. ```ruby warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly. ``` But, without `URI` prefix, the suggested value doesn't work. So I...y-yagi (Yuji Yaginuma)
I think we need this to silence the following warning when running `bin/console` with Ruby 3.4 ``` ./bin/console:10: warning: irb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3....y-yagi (Yuji Yaginuma)
Currently, an exe file isn't executable when generating new gems because it doesn't have the correct permission. This PR sets the correct permission same as files under the `bin`. https://github.com/rubygems/rubygems/commit/6509bf128ay-yagi (Yuji Yaginuma)
`minitest` has introduced a rake task for running test on 5.16.0. https://github.com/minitest/minitest/blob/master/History.rdoc#5160--2022-06-14- This has some tasks related to running tests and it's useful for `minitest` user I think. ...y-yagi (Yuji Yaginuma)
Thanks for your feedback. OK. I understood that too late to discuss and a message is as expected. I think it would be good if the message could be configurable, but I will also consider expanding the options on the library side. Th...y-yagi (Yuji Yaginuma)