]> source.dussan.org Git - redmine.git/commitdiff
Test failure with SimpleCov 0.18.3 or 0.18.4 (#32950, #33044).
authorGo MAEDA <maeda@farend.jp>
Wed, 26 Feb 2020 07:17:50 +0000 (07:17 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 26 Feb 2020 07:17:50 +0000 (07:17 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19529 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index b8bad69f6f45805225cbd7b26b5d279f16c0c5ce..266df857949648356867dccc7093d5b7bd565c64 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -80,7 +80,7 @@ end
 group :test do
   gem "rails-dom-testing"
   gem 'mocha', '>= 1.4.0'
-  gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.1'), :require => false
+  gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.5'), :require => false
   gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
   # For running system tests
   gem 'puma'