From d4998ea4ffc89f3074efaab063d15513a9e3acb3 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 11 Jun 2023 16:52:48 +0200 Subject: [PATCH] Bump simplecov --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7c1a25b..67d0a69 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ group :test do gem "nyan-cat-formatter", require: false # test coverage - gem "simplecov", "0.21.2", require: false + gem "simplecov", "0.22.0", require: false gem "simplecov-rcov", "0.3.1", require: false # test helpers diff --git a/Gemfile.lock b/Gemfile.lock index 498d5fc..d0a5080 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) @@ -241,7 +241,7 @@ DEPENDENCIES rubocop (= 1.52.0) rubocop-rails (= 2.19.1) rubocop-rake (= 0.6.0) - simplecov (= 0.21.2) + simplecov (= 0.22.0) simplecov-rcov (= 0.3.1) webmock (~> 3.0) yard