From cac50764b84a1f0213f36974878e000cffebf3e5 Mon Sep 17 00:00:00 2001 From: utilum Date: Thu, 10 Sep 2020 11:18:57 +0200 Subject: [PATCH] Update Minitest to allow installation with Ruby 3. https://github.com/seattlerb/minitest/commit/9713c5536287a028e3eeab04521b3dc22dc61724 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d40db76452..39242f4fbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM mini_magick (4.10.1) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.14.2) minitest-bisect (1.5.1) minitest-server (~> 1.0) path_expander (~> 1.1)