From 7c6e40ec226eb826e2e18bcb52cb6261136af0ad Mon Sep 17 00:00:00 2001 From: David Kutalek Date: Mon, 12 Aug 2024 11:20:17 -0700 Subject: [PATCH] Fix for ruby 3.1.4 support --- .ruby-version | 2 +- CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 6a81b4c..0aec50e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.8 +3.1.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc2ec0..6d4961f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- Add Ruby 2.5 support + +## 1.4.0 + +Update to be Rails 6.1 compatible +