phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

Cannot update from 0.9.2 to 0.10.0 #235

Closed JalisoCSP closed 6 years ago

JalisoCSP commented 6 years ago

When updating from 0.9.2, I'm getting:

    devise_security_extension (= 0.10.0) was resolved to 0.10.0, which depends on
      devise (< 4.0, >= 3.0.0)

Although the gemspec has:

s.add_runtime_dependency 'devise', '>= 3.0.0', '< 5.0'

Currently on devise '4.4.1' (eg > 4.0)

JalisoCSP commented 6 years ago

Solution for us was to upgrade to devise-security gem instead.