From c60a8a912e2fd970829faa5dea0489879c3981d8 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 3 Jul 2022 04:51:39 +0200 Subject: [PATCH] Bump simplecov-rcov --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6446707..23cfa65 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :test do # test coverage gem "simplecov", "0.21.2", require: false - gem "simplecov-rcov", "0.2.3", require: false + gem "simplecov-rcov", "0.3.1", require: false # test helpers gem "json-schema-rspec", "0.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 2671158..bb14ce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,9 +198,9 @@ GEM simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov-rcov (0.2.3) + simplecov-rcov (0.3.1) simplecov (>= 0.4.1) - simplecov_json_formatter (0.1.3) + simplecov_json_formatter (0.1.4) systemu (2.6.5) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -245,7 +245,7 @@ DEPENDENCIES rubocop-rails (= 2.15.2) rubocop-rake (= 0.6.0) simplecov (= 0.21.2) - simplecov-rcov (= 0.2.3) + simplecov-rcov (= 0.3.1) webmock (~> 3.0) yard