uncruft icon indicating copy to clipboard operation
uncruft copied to clipboard

Remove deprecated ActiveSupport::Deprecation singleton

Open jpteti opened this issue 2 years ago • 1 comments

Using ActiveSupport::Deprecation directly has itself been deprecated in favor of storing an instance of it in your own gem.

I’ve given a try to fixing this in the simplest way possible as described in the docs. I updated the existing tests (which are passing for me) but have not written new ones. (The only one I can think of is for the Railtie fix?) Hopefully I’m not missing any important points.

jpteti avatar Dec 23 '23 02:12 jpteti

This pull request has been automatically closed because it has not been updated in the last 3 months. :sleepy:

If you still need this change, please reopen it and update it within the next 3 months.

Thanks for helping keep our house in order!

bmt-github-policybot avatar Mar 23 '24 09:03 bmt-github-policybot

Fixed in https://github.com/Betterment/uncruft/pull/38

rzane avatar Jan 17 '25 21:01 rzane