From 3abe485136ab7f35916170eae799c2d222e57d1f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 18 Sep 2023 09:08:31 +0000 Subject: [PATCH] Use mocha >= 2.0.1 (#39070). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22307 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15fc0e65d..7564c5410 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ end group :test do gem "rails-dom-testing" - gem 'mocha', (Gem.ruby_version < Gem::Version.new('2.7.0') ? ['>= 1.4.0', '< 2.0.0'] : '>= 1.4.0') + gem 'mocha', '>= 2.0.1' gem 'simplecov', '~> 0.21.2', :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests -- 2.39.5