Skip to content

Commit

Permalink
Support ActiveRecord 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terracatta committed Nov 9, 2024
1 parent 10d5504 commit 6833159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_record_extended.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_dependency "activerecord", ">= 5.2", "< 8.0.0"
spec.add_dependency "activerecord", ">= 5.2", "< 8.1"
spec.add_dependency "pg", "< 3.0"
end

0 comments on commit 6833159

Please sign in to comment.