Skip to content

Commit

Permalink
chore: support for activerecord 8.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Jul 22, 2024
1 parent b3daadf commit 570cb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
active_record_extended (3.2.1)
activerecord (>= 5.2, < 7.2.0)
activerecord (>= 5.2, < 8.0.0)
pg (< 3.0)

GEM
Expand Down
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.0"
spec.metadata["rubygems_mfa_required"] = "true"

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

0 comments on commit 570cb5e

Please sign in to comment.