Skip to content

Commit

Permalink
Dropped support for Makara 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent ac92535 commit a54d4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.5.0 (unreleased)

- Dropped support for Makara 0.4
- Dropped support for Ruby < 3 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 @@ -15,5 +15,5 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3"

spec.add_dependency "makara", ">= 0.4"
spec.add_dependency "makara", ">= 0.5"
end

0 comments on commit a54d4b9

Please sign in to comment.