1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Temporarily lock minitest to 5.2 to avoid test failures on minitest 6.0 (#43609)

Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@24213 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-12-18 02:51:00 +00:00
parent 2b1828dcac
commit 4488f50ea0

View File

@ -123,6 +123,8 @@ group :test do
gem 'bundle-audit', require: false
# for testing oauth provider capabilities
gem 'oauth2'
# Lock minitest to 5.x until a Rails release includes support for minitest 6.0
gem 'minitest', '~> 5.27'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")