From 07ef27bea85c72cc4364c53a07ec0537c949107d Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Thu, 30 Jul 2026 10:59:44 +0100 Subject: [PATCH 1/2] Support minitest 6 --- Rakefile | 2 +- test/test_helper.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 6f354f4..5e3eb6d 100644 --- a/Rakefile +++ b/Rakefile @@ -11,5 +11,5 @@ Rake::TestTask.new(:test) do |t| t.libs << 'lib' t.libs << 'test' t.pattern = 'test/**/*_test.rb' - t.verbose = true + t.verbose = false end diff --git a/test/test_helper.rb b/test/test_helper.rb index 29d941a..07302e5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,7 +4,6 @@ require 'active_record' require 'minitest/autorun' -require 'minitest/unit' require File.dirname(__FILE__) + '/../lib/activemodel-caution' From cbfb20c4d7093a1634d651cd9e27b2ae506db121 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Thu, 30 Jul 2026 10:57:18 +0100 Subject: [PATCH 2/2] Add version to support Rails ~> 7.1.6.0 --- CHANGELOG.md | 4 ++++ lib/active_model/caution/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2fe85..a17c15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [Unreleased] * no unreleased changes * +## 7.1.6 / 2026-07-30 +### Fixed +* Support patch releases of Rails after the current minor revision 7.1.6.0 + ## 7.1.5 / 2024-11-18 ### Fixed * Use minitest for testing diff --git a/lib/active_model/caution/version.rb b/lib/active_model/caution/version.rb index 5720808..4c8fc61 100644 --- a/lib/active_model/caution/version.rb +++ b/lib/active_model/caution/version.rb @@ -1,6 +1,6 @@ module ActiveModel module Caution - RAILS_VERSION = '7.1.5'.freeze + RAILS_VERSION = '7.1.6'.freeze GEM_REVISION = '0'.freeze # Gem version: