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?