Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent 642e8fe commit 1d7d330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/activerecord61.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.5.0 (unreleased)

- Dropped support for Makara 0.4
- Dropped support for Ruby < 3 and Active Record < 6.1
- Dropped support for Ruby < 3.1 and Active Record < 6.1

## 0.4.0 (2022-12-28)

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 = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "activerecord", ">= 6.1"
spec.add_dependency "makara", ">= 0.5"
Expand Down

0 comments on commit 1d7d330

Please sign in to comment.