From 4819950b75772f5d2b4b3db1c2d1395cdcdccce0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 29 Dec 2022 05:36:05 +0000 Subject: [PATCH] Update SimpleCov to 0.22 (#38137). git-svn-id: https://svn.redmine.org/redmine/trunk@22010 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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