Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1 and Active Record < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 27, 2024
1 parent 0e03975 commit 543df45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
gemfile: gemfiles/activerecord71.gemfile
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 6.5.0 (unreleased)

- Added support for Active Record 8
- Dropped support for Ruby < 3.1 and Active Record < 7

## 6.4.0 (2023-09-13)

Expand Down
4 changes: 2 additions & 2 deletions groupdate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{lib}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "activesupport", ">= 6.1"
spec.add_dependency "activesupport", ">= 7"
end

0 comments on commit 543df45

Please sign in to comment.