Fix version for minitest to 5.15.0

Newer versions don't support ruby 2.5 anymore, which we still use in CI
This commit is contained in:
Benjamin Neff 2022-06-27 02:22:28 +02:00
parent e3e7d2daab
commit f044030db0
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ gem "rubyzip", "2.3.2", require: "zip"
# https://github.com/gitlabhq/gitlabhq/issues/3826 # https://github.com/gitlabhq/gitlabhq/issues/3826
# https://github.com/gitlabhq/gitlabhq/pull/3852 # https://github.com/gitlabhq/gitlabhq/pull/3852
# https://github.com/discourse/discourse/pull/238 # https://github.com/discourse/discourse/pull/238
gem "minitest" gem "minitest", "5.15.0"
gem "versionist", "2.0.1" gem "versionist", "2.0.1"

View file

@ -844,7 +844,7 @@ DEPENDENCIES
markdown-it-html5-embed (= 1.0.0) markdown-it-html5-embed (= 1.0.0)
markerb (= 1.1.0) markerb (= 1.1.0)
mini_magick (= 4.11.0) mini_magick (= 4.11.0)
minitest minitest (= 5.15.0)
mobile-fu (= 1.4.0) mobile-fu (= 1.4.0)
mysql2 (= 0.5.4) mysql2 (= 0.5.4)
nokogiri (= 1.12.5) nokogiri (= 1.12.5)