Skip to content

Add benchmark as a development dependency#1655

Open
ydah wants to merge 1 commit intomikel:masterfrom
ydah:suppress_warn
Open

Add benchmark as a development dependency#1655
ydah wants to merge 1 commit intomikel:masterfrom
ydah:suppress_warn

Conversation

@ydah
Copy link
Copy Markdown

@ydah ydah commented Nov 20, 2025

Suppress a warning when running rake job.

❯ ruby -v
ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) +PRISM [arm64-darwin24]
❯ RUBYOPT=W:deprecated bundle exec rake
/Users/ydah/mail/rakelib/corpus.rake:1: warning: benchmark 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 benchmark to your Gemfile or gemspec to silence this warning.

Suppress a warning when running rake job.
```
❯ ruby -v
ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) +PRISM [arm64-darwin24]
❯ RUBYOPT=W:deprecated bundle exec rake
/Users/ydah/mail/rakelib/corpus.rake:1: warning: benchmark 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 benchmark to your Gemfile or gemspec to silence this warning.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant