From: Go MAEDA Date: Thu, 29 Dec 2022 05:36:05 +0000 (+0000) Subject: Update SimpleCov to 0.22 (#38137). X-Git-Tag: 5.1.0~314 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4819950b75772f5d2b4b3db1c2d1395cdcdccce0;p=redmine.git Update SimpleCov to 0.22 (#38137). git-svn-id: https://svn.redmine.org/redmine/trunk@22010 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 469e41a98..02c12a186 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,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 'simplecov', '~> 0.21.2', :require => false + gem 'simplecov', '~> 0.22.0', :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests # TODO: Remove version specification once Capybara supports Puma 6