问题
In my current project we are using devise_security_extension. The project uses rails 4.2.5.2 and ruby 2.1.9. We are in a process to update to Rail 5.1.5 with ruby 2.4.3.
Unfortunately this gem is not updated to Rails 5 and it's not maintained anymore. Also the version from rubygems, even is 0.10.0, is not containing the last changes from github.
That are some forks that solve partially the update, but the company that I work for do not allow to load from github.com, only from rubygems.org. Having something like:
gem 'devise_security_extension', '~> 0.10.0', git: 'https://github.com/phatworx/devise_security_extension'
is not allowed.
Is there another repo that contains the changes for Rails 5 and also it is maintained?
回答1:
Based on the discussion from this issue, @natebird created a new repo: devise-security.
With version 0.11, Support for Rails 5 is introduced.
来源:https://stackoverflow.com/questions/49572257/devise-security-extension-gem-is-not-maintained-nor-updated-to-rails-5-is-there