Skip to content

Commit

Permalink
Bump ActiveRecord to lt 9 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Nov 11, 2024
1 parent 47f3014 commit f7042ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", "~> #{ENV['RAILS_VERSION']}"
spec.add_dependency "activesupport", "~> #{ENV['RAILS_VERSION']}"
else
spec.add_dependency "activerecord", ">= 7.0", "< 8"
spec.add_dependency "activerecord", ">= 7.0", "< 9"
spec.add_dependency "activesupport", ">= 7.0", "< 9"
end
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit f7042ca

Please sign in to comment.