Project

General

Profile

Actions

Patch #32950

closed

Update simplecov to 0.18

Added by Go MAEDA about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

simplecov 0.18.0 has been released on 2020-01-28.

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'

Related issues

Related to Redmine - Defect #33044: SimpleCov 0.18.3 causes NameError during testsClosed

Actions
Actions #1

Updated by Go MAEDA about 4 years ago

  • Description updated (diff)

Updated the patch. SimpleCov 0.18 does not support Ruby 2.3.

Actions #2

Updated by Go MAEDA about 4 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the patch.

Actions #3

Updated by Go MAEDA about 4 years ago

  • Related to Defect #33044: SimpleCov 0.18.3 causes NameError during tests added
Actions

Also available in: Atom PDF