Skip to content

Commit

Permalink
Dropped support for Active Record < 7 and Ruby < 3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 7, 2024
1 parent 7ef4329 commit c340612
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
postgres: true
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
postgres: true
- ruby: 3.3
gemfile: gemfiles/mysql2.gemfile
adapter: mysql2
Expand All @@ -40,7 +37,7 @@ jobs:
- ruby: 3.2
gemfile: gemfiles/mongoid8.gemfile
mongodb: true
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/mongoid7.gemfile
mongodb: true
- ruby: 3.3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0 (unreleased)

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

## 0.4.1 (2023-09-20)

- Added support for Trilogy
Expand Down
4 changes: 2 additions & 2 deletions active_median.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
9 changes: 0 additions & 9 deletions gemfiles/activerecord61.gemfile

This file was deleted.

0 comments on commit c340612

Please sign in to comment.