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
Actions