heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.85k stars 5.53k forks source link

Fixed missing migration to dedicated deprecator #5628

Closed soartec-lab closed 10 months ago

soartec-lab commented 10 months ago

This is a follow-up to the PR below:

rails has deprecated the use of ActiveSupport::Deprecation in singleton in this PR, so devise has defined its own Deprecator in response to this, but there was an omission in the correction. So I fixed it.

Please note that a PR has been created that will discontinue support for EOL rails versions, and the files modified this time may also be deleted.

https://github.com/heartcombo/devise/pull/5600

soartec-lab commented 10 months ago

I think the failing tests will be fixed in https://github.com/heartcombo/devise/pull/5622

carlosantoniodasilva commented 10 months ago

Thanks!