Skip to content

Commit

Permalink
Use at least Devise 4.9
Browse files Browse the repository at this point in the history
For Turbo support
  • Loading branch information
tvdeyen committed Jun 6, 2024
1 parent 67dd54b commit daefbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alchemy-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "CHANGELOG.md", "README.md"]

s.add_dependency "alchemy_cms", [">= 7.0.0", "< 8"]
s.add_dependency "devise", [">= 4.7.1", "< 5"]
s.add_dependency "alchemy_cms", ["~> 7.0"]
s.add_dependency "devise", ["~> 4.9"]

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

0 comments on commit daefbca

Please sign in to comment.