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

Use a dedicated ActiveSupport::Deprecation #365

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

etiennebarrie
Copy link
Contributor

Rails 7.1 will deprecate using the singleton ActiveSupport::Deprecation instance (rails/rails#47354). This defines one for the gem and uses it.

It's also added to the application's set of deprecators, allowing it to be configured along all the other deprecators.

Rails 7.1 will deprecate using the singleton ActiveSupport::Deprecation
instance (rails/rails#47354). This defines one for the gem and uses it.

It's also added to the application's set of deprecators, allowing it to
be configured along all the other deprecators.
@etiennebarrie
Copy link
Contributor Author

I just saw this had merge conflicts with main and I rebased.

Rails 7.1 is just around the corner (the first release candidate was published), so if we could get this merged and released, it would be great to avoid deprecation warnings for all users of this gem under Rails 7.1. Let me know if there's anything I can do to help!

@frenkel
Copy link

frenkel commented Oct 10, 2023

With Rails 7.1 released it would be great to get this PR merged and a new release of lograge published. How can I help?

@benlovell
Copy link
Collaborator

Hey folks, apologies for the lack of involvement from me on this. I'll get this merged and cut a release in a mo! Thanks for helping out.

@benlovell benlovell merged commit 7aff2a6 into roidrage:master Oct 10, 2023
63 checks passed
@frenkel
Copy link

frenkel commented Oct 11, 2023

Thank you! No worries, you have no obligations towards us. We really appreciate all the time and effort you put into this.

@benlovell
Copy link
Collaborator

0.14.0 is in rubygems 🚀

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.

None yet

4 participants