Vote #80669
完了Update simplecov to 0.18
開始日:
2022/05/09
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
45
version_id:
152
issue_org_id:
32950
author_id:
332
assigned_to_id:
332
comments:
3
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
"simplecov":https://rubygems.org/gems/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'
journals
Updated the patch. SimpleCov 0.18 does not support Ruby 2.3.
--------------------------------------------------------------------------------
Committed the patch.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,33044,SimpleCov 0.18.3 causes NameError during tests
いいね!0