Skip to content

Commit 3b27f4e

Browse files
committed
Dropped support for Rails < 7.1
1 parent 86458c6 commit 3b27f4e

File tree

5 files changed

+6
-20
lines changed

5 files changed

+6
-20
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ jobs:
1212
postgres: 17
1313
- ruby: 3.3
1414
gemfile: gemfiles/activerecord72.gemfile
15-
postgres: 16
15+
postgres: 15
1616
- ruby: 3.2
1717
gemfile: gemfiles/activerecord71.gemfile
18-
postgres: 14
19-
- ruby: 3.2
20-
gemfile: gemfiles/activerecord70.gemfile
21-
postgres: 12
18+
postgres: 13
2219
os: ubuntu-22.04
2320
env:
2421
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.7.0 (unreleased)
22

3-
- Dropped support for Ruby < 3.2 and Rails < 7
3+
- Dropped support for Ruby < 3.2 and Rails < 7.1
44

55
## 3.6.2 (2025-03-21)
66

gemfiles/activerecord70.gemfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

gemfiles/activerecord71.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem "rake"
88
gem "activerecord", "~> 7.1.0"
99
gem "combustion"
1010
gem "pg"
11-
gem "pg_query", "~> 4"
11+
gem "pg_query", "~> 2"
1212
gem "google-protobuf", "< 4"

gemfiles/activerecord72.gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ gem "rake"
88
gem "activerecord", "~> 7.2.0"
99
gem "combustion"
1010
gem "pg"
11-
gem "pg_query", "~> 5"
11+
gem "pg_query", "~> 4"
12+
gem "google-protobuf", "< 4"

0 commit comments

Comments
 (0)