Skip to content

Commit

Permalink
Dropped support for Ruby < 3 and Active Record < 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent bdb9a92 commit ac92535
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
gemfile: gemfiles/activerecord70.gemfile
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
- ruby: 2.7
gemfile: gemfiles/activerecord60.gemfile
- ruby: 2.6
gemfile: gemfiles/activerecord52.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
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 and Active Record < 6.1

## 0.4.0 (2022-12-28)

- Made `distribute_reads` method private to behave like `Kernel` methods
Expand Down
2 changes: 1 addition & 1 deletion distribute_reads.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 = ">= 2.6"
spec.required_ruby_version = ">= 3"

spec.add_dependency "makara", ">= 0.4"
end
10 changes: 0 additions & 10 deletions gemfiles/activerecord52.gemfile

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/activerecord60.gemfile

This file was deleted.

0 comments on commit ac92535

Please sign in to comment.