From 73f97d4120a1524714eafc7d628eff3c4c221d83 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 5 Feb 2020 15:47:51 +0000 Subject: [PATCH] Update simplecov to 0.18 (#32950). git-svn-id: http://svn.redmine.org/redmine/trunk@19496 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c81cfcc8d..ad91e53a3 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ end group :test do gem "rails-dom-testing" gem 'mocha', '>= 1.4.0' - gem "simplecov", "~> 0.17.0", :require => false + gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.1'), :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma'