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
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Hi,
I'm trying to upgrade a Ruby on Rails application from 2.x to 3.1. As a result of this upgrade I also need to upgrade Rails to 7.x (see https://gist.github.com/yahonda/2776d8d7b6ea7045359f38c10449937b#rails-70z or https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html).
My current problem is that devise_security_extension supports rails up to version 6.0.3 (by depending on railties 6.0.3).
Is there a plan to support higher versions of ruby/rails?