Skip to content

Commit

Permalink
Fix for ruby 3.1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutalek authored and David Kutalek committed Aug 12, 2024
1 parent 3c07624 commit 7c6e40e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.1.4
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
- Allow for not checking `inside_transaction?` on primary database (https://github.com/joinhandshake/knockoff/pull/13)
- Allow setting `Knockoff.default_target` to set the default target other than `:primary` (https://github.com/joinhandshake/knockoff/pull/11)
- Drop Ruby 2.2 support
- Add Ruby 2.5 support
- Add Ruby 2.5 support

## 1.4.0

Update to be Rails 6.1 compatible

0 comments on commit 7c6e40e

Please sign in to comment.