You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this, per the suggestion on that issue, with a config/initializers/devise_patch.rb file. This is a bit awkward but I don't see another work around until they make an official fix to the gem. We can monitor the issue and test and remove the patch file if / when it is fixed.
The text was updated successfully, but these errors were encountered:
On #36 while updating Rails to 7.1 and bumping gems, I was getting some deprecation warnings from Devise that are a known (still unfixed) issue:
heartcombo/devise#5644
I fixed this, per the suggestion on that issue, with a
config/initializers/devise_patch.rb
file. This is a bit awkward but I don't see another work around until they make an official fix to the gem. We can monitor the issue and test and remove the patch file if / when it is fixed.The text was updated successfully, but these errors were encountered: