Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add irb to a Gemfile for a newly created gem #8467

Merged

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Feb 2, 2025

What was the end-user or developer problem that led to this PR?

bin/console shows the following warning when using 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.

What is your fix for the problem, implemented in this PR?

To silence the above warning, this PR adds irb to a Gemfile for a newly created gem

Make sure the following tasks are checked

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.
```
@deivid-rodriguez deivid-rodriguez force-pushed the add_irb_to_gemfile_for_newgem branch from d24d200 to c46230c Compare February 5, 2025 18:50
@deivid-rodriguez deivid-rodriguez merged commit 3f9b2e8 into rubygems:master Feb 5, 2025
91 checks passed
@y-yagi y-yagi deleted the add_irb_to_gemfile_for_newgem branch February 5, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants