Actions
Patch #32950
closedUpdate simplecov to 0.18
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
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Description updated (diff)
 
Updated the patch. SimpleCov 0.18 does not support Ruby 2.3.
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Status changed from New to Closed
 - Assignee set to Go MAEDA
 
Committed the patch.
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Related to Defect #33044: SimpleCov 0.18.3 causes NameError during tests added
 
Actions