From f044030db0c250d1e5b7f74fd5fa089943c23037 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 27 Jun 2022 02:22:28 +0200 Subject: [PATCH] Fix version for minitest to 5.15.0 Newer versions don't support ruby 2.5 anymore, which we still use in CI --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index bb2ec6c7b..63ba43c9a 100644 --- a/Gemfile +++ b/Gemfile @@ -210,7 +210,7 @@ gem "rubyzip", "2.3.2", require: "zip" # https://github.com/gitlabhq/gitlabhq/issues/3826 # https://github.com/gitlabhq/gitlabhq/pull/3852 # https://github.com/discourse/discourse/pull/238 -gem "minitest" +gem "minitest", "5.15.0" gem "versionist", "2.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4e2ed9262..9bc5ce168 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -844,7 +844,7 @@ DEPENDENCIES markdown-it-html5-embed (= 1.0.0) markerb (= 1.1.0) mini_magick (= 4.11.0) - minitest + minitest (= 5.15.0) mobile-fu (= 1.4.0) mysql2 (= 0.5.4) nokogiri (= 1.12.5)