From: Go MAEDA Date: Fri, 2 Apr 2021 02:10:59 +0000 (+0000) Subject: Update SimpleCov to 0.21 (#35000). X-Git-Tag: 5.0.0~454 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=351d2d4b57de7f7943a18bb625a39ffb62a99bf9;p=redmine.git Update SimpleCov to 0.21 (#35000). git-svn-id: http://svn.redmine.org/redmine/trunk@20905 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index f3c7dae79..1074a53be 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ end group :test do gem "rails-dom-testing" gem 'mocha', '>= 1.4.0' - gem 'simplecov', '~> 0.18.5', :require => false + gem 'simplecov', '~> 0.21.2', :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma'