From: Go MAEDA Date: Mon, 18 Sep 2023 09:06:00 +0000 (+0000) Subject: Use mocha >= 2.0.1 (#39070). X-Git-Tag: 4.2.11~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=60c6f5a7c4582c6bc18ec28685e0bb58f523577f;p=redmine.git Use mocha >= 2.0.1 (#39070). git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22306 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 75180856e..651a4788f 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,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.18.5', :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests