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 an explicit dependency on the logger gem #52024

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

Earlopain
Copy link
Contributor

This is getting the same treatment as base64, mutex_m, etc. In Ruby 3.4 it will start to warn: ruby/ruby@d7e558e

See for example #48907

I also removed two requires that seem unnessesary: The test doesn't access ::Logger and the other one requires as/logger right after.

activesupport/CHANGELOG.md Outdated Show resolved Hide resolved
This is getting the same treatment as `base64`, `mutex_m`, etc.
In Ruby 3.4 it will start to warn: ruby/ruby@d7e558e

Remoce require from two files that don't seem to need it
@carlosantoniodasilva carlosantoniodasilva merged commit 6802fac into rails:main Jun 5, 2024
3 checks passed
@Earlopain Earlopain deleted the explicit-logger-dep branch June 5, 2024 14:02
carlosantoniodasilva added a commit that referenced this pull request Jun 5, 2024
Add an explicit dependency on the `logger` gem
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.

None yet

3 participants