Skip to content

Commit

Permalink
Use at least Devise 4.7.1
Browse files Browse the repository at this point in the history
This includes a security fix
  • Loading branch information
tvdeyen committed Nov 28, 2019
1 parent f01bbd3 commit 3dd047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]

s.add_dependency "alchemy_cms", [">= 4.1.0.beta", "< 4.99"]
s.add_dependency "devise", [">= 4.6.0", "< 4.99"]
s.add_dependency "devise", [">= 4.7.1", "< 4.99"]

s.add_development_dependency "capybara"
s.add_development_dependency "factory_bot_rails"
Expand Down

0 comments on commit 3dd047b

Please sign in to comment.