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:
parent
e3e7d2daab
commit
f044030db0
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue