Skip to content

Commit 55c7b83

Browse files
committed
Drop support for Active Record 7.0 and 7.1
1 parent d41e30f commit 55c7b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [Unreleased]
88

99
### Changed
10-
* Require Ruby ≥ 3.3 ([#813](https://github.com/haines/pg-aws_rds_iam/pull/813))
10+
* Require Ruby ≥ 3.3 and Active Record ≥ 7.2 ([#813](https://github.com/haines/pg-aws_rds_iam/pull/813))
1111

1212
## [0.8.0] - 2026-03-27
1313

bin/version-matrix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111
gemspec = Gem::Specification.load(File.expand_path("../pg-aws_rds_iam.gemspec", __dir__))
1212

1313
ruby_versions = ["3.3", "3.4", "4.0"]
14-
activerecord_requirement = ">= 7.0"
14+
activerecord_requirement = ">= 7.2"
1515
pg_requirement = gemspec.dependencies.find { |dependency| dependency.name == "pg" }.requirement
1616

1717
versions = ruby_versions.flat_map do |ruby_version|

0 commit comments

Comments
 (0)