Skip to content

Commit

Permalink
Merge pull request #218 from mamhoff/alchemy-8
Browse files Browse the repository at this point in the history
Allow Alchemy 8.x
  • Loading branch information
tvdeyen authored Jan 14, 2025
2 parents ac65a52 + 86ef32f commit f1da62c
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 @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

s.add_dependency "alchemy_cms", ["~> 7.0"]
s.add_dependency "alchemy_cms", [">= 7.0", "<= 8.1"]
s.add_dependency "devise", ["~> 4.9"]

s.add_development_dependency "capybara"
Expand Down

0 comments on commit f1da62c

Please sign in to comment.