From 0150aacd86d4e4d5b3c4640651430e6b9c92a18a Mon Sep 17 00:00:00 2001 From: "batch-changes-github-app-ws[bot]" <198264350+batch-changes-github-app-ws[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:04:00 +0000 Subject: [PATCH 1/2] Pin ruby/setup-ruby from v1 to 319994f95fa847cf3fb3cd3dbe89f6dcde9f178f [skip deploy] Co-authored-by: Scott --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 0f01481..d3c8010 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f with: bundler-cache: true env: From 88461d9d2d6625dcb935d5ce75692970381bc3b0 Mon Sep 17 00:00:00 2001 From: Scott Barr Date: Mon, 6 Apr 2026 22:26:22 -0400 Subject: [PATCH 2/2] chore: fix deprecated MiniTest refs (drop Rails 4.0.x compatibility) --- test/test_helper.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index f82e632..e53f730 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,11 +2,6 @@ require 'minitest/autorun' -# Rails 4.0.x pins to an old minitest -unless defined?(MiniTest::Test) - MiniTest::Test = MiniTest::Unit::TestCase -end - require 'active_record' require 'digest/sha2' require 'sequel'