From 7f93661551b4e0bfa5296671e5eaf70efb21af0e Mon Sep 17 00:00:00 2001 From: eileencodes Date: Wed, 15 Jun 2022 12:24:41 -0400 Subject: [PATCH] Lock minitest for now CI runs bundle update so minitest got updated and my PR started failing due to this change https://github.com/minitest/minitest/commit/6e06ac9d3e01cfef9810a12c64d0dc2a7ee5cf98 I will relax the minitest requirement once the failing specs can be fixed, but I don't want that to block this. It wasn't immediately obvious to me what needs to change in our tests to get them passing. There is also an open issue here https://github.com/minitest/minitest/issues/912 regarding this change. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index eb755b90d04..20cc48a567e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -gem "minitest", ">= 5.15.0" +gem "minitest", ">= 5.15.0", "< 5.16.0" # We need a newish Rake since Active Job sets its test tasks' descriptions. gem "rake", ">= 11.1" diff --git a/Gemfile.lock b/Gemfile.lock index eedd1de8a31..91a71fb8870 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,7 +586,7 @@ DEPENDENCIES kindlerb (~> 1.2.0) libxml-ruby listen (~> 3.3) - minitest (>= 5.15.0) + minitest (>= 5.15.0, < 5.16.0) minitest-bisect minitest-ci minitest-retry