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 Oct 21, 2019
1 parent 511d42a commit 599e7c3
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 599e7c3

Please sign in to comment.