[rubygems/rubygems] Add irb to a Gemfile for a newly created gem
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.5.0.
You can add irb to your Gemfile or gemspec to silence this warning.
[rubygems/rubygems] Add
irb
to a Gemfile for a newly created gemI think we need this to silence the following warning when running
bin/console
with Ruby 3.4https://github.com/rubygems/rubygems/commit/c46230c856