devise_security_extension gem is not maintained nor updated to Rails 5, is there other repo?

你说的曾经没有我的故事 提交于 2020-01-13 20:29:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!