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

Include default gems 'logger' and 'csv' #425

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

werdlerk
Copy link
Member

@werdlerk werdlerk commented Oct 8, 2024

  • The logger gem will no longer be part of the default gems starting from Ruby 3.5.0
  • The csv gem will no longer be part of the default gems starting from Ruby 3.4.0.

Adding these gems to the gemspec should silence the warnings Ruby 3.3(.5) currently generates on every command.

/Users/koen/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/activesupport-7.1.4/lib/active_support/logger_silence.rb:5: warning: logger 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 logger to your Gemfile or gemspec to silence this warning.
/Users/koen/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/sequent-7.1.1/lib/sequent.rb:5: warning: csv was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add csv to your Gemfile or gemspec to silence this warning.

The logger gem will no longer be part of the default gems starting from Ruby 3.5.0, the csv gem will no longer be part of the default gems starting from Ruby 3.4.0.
Adding these gems to the gemspec should silence the warnings Ruby 3.3 currently generates on every usage.

```
/Users/koen/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/activesupport-7.1.4/lib/active_support/logger_silence.rb:5: warning: logger 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 logger to your Gemfile or gemspec to silence this warning.
/Users/koen/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/sequent-7.1.1/lib/sequent.rb:5: warning: csv was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add csv to your Gemfile or gemspec to silence this warning.
```
@werdlerk werdlerk requested a review from lvonk October 8, 2024 10:44
@werdlerk werdlerk self-assigned this Oct 8, 2024
gemfiles/README.md Outdated Show resolved Hide resolved
@werdlerk werdlerk force-pushed the include-default-gems branch from c13519d to ff39a60 Compare October 10, 2024 08:43
@werdlerk werdlerk merged commit 1eff09d into master Oct 10, 2024
11 checks passed
@werdlerk werdlerk deleted the include-default-gems branch October 10, 2024 08:48
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.

2 participants