Patch #32950
Updated by Go MAEDA almost 5 years ago
"simplecov":https://rubygems.org/gems/simplecov 0.18.0 has been released on 2020-01-28. <pre><code class="diff"> diff --git a/Gemfile b/Gemfile index c81cfcc8d..ad91e53a3 c81cfcc8d..a80a0d569 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'), 0.18.1', :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma' </code></pre>