]> source.dussan.org Git - redmine.git/commitdiff
Update SimpleCov to 0.21 (#35000).
authorGo MAEDA <maeda@farend.jp>
Fri, 2 Apr 2021 02:10:59 +0000 (02:10 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 2 Apr 2021 02:10:59 +0000 (02:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20905 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f3c7dae7995bd769e676248064f7d7145b046171..1074a53beaff2809e1d9ea68793fdaf172ce36dc 100644 (file)
--- 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'