Skip to content

Commit

Permalink
Allow Alchemy 7.0
Browse files Browse the repository at this point in the history
Allow the latest version of AlchemyCMS. The Gem does not have to have anymore changes except of the allowed dependency.
  • Loading branch information
sascha-karnatz committed Sep 1, 2023
1 parent a117635 commit 020a6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-sentry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["{lib}/**/*", "LICENSE", "Rakefile", "README.md"]

spec.add_dependency "alchemy_cms", ">= 4.6.7", "< 7"
spec.add_dependency "alchemy_cms", ">= 4.6.7", "< 8"
spec.add_dependency "sentry-ruby", "~> 5.0"
spec.add_dependency "sentry-rails", "~> 5.0"
end

0 comments on commit 020a6ba

Please sign in to comment.