Skip to content

Commit

Permalink
Merge pull request #156 from kulturbande/feature/update-alchemy-6.1
Browse files Browse the repository at this point in the history
Update gemspec to Alchemy below 7.0
  • Loading branch information
tvdeyen authored Jan 20, 2023
2 parents ad79ebf + fb837b4 commit 6478fdf
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", [">= 5.0.0", "< 6.1"]
s.add_dependency "alchemy_cms", [">= 5.0.0", "< 7"]
s.add_dependency "devise", [">= 4.7.1", "< 5"]

s.add_development_dependency "capybara"
Expand Down

0 comments on commit 6478fdf

Please sign in to comment.