Merged r21945 from trunk to 4.2-stable (#37883).

git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21947 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2022-11-03 03:55:20 +00:00
parent 47fff4f95b
commit 9b18c03cda

View File

@@ -93,7 +93,7 @@ end
group :test do
gem "rails-dom-testing"
gem 'mocha', '>= 1.4.0'
gem 'mocha', (Gem.ruby_version < Gem::Version.new('2.7.0') ? ['>= 1.4.0', '< 2.0.0'] : '>= 1.4.0')
gem 'simplecov', '~> 0.18.5', :require => false
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests