From a0713651378633b7d60415431c3a48e6474447ac Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:10:52 +0100 Subject: [PATCH] =?UTF-8?q?Update=20simplecov=200.21.2=20=E2=86=92=200.22.?= =?UTF-8?q?0=20(major)=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d8c58b3..c1d7a43 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem 'mock_redis', '~> 0.19' gem 'rack-test', '~> 2.0' gem 'rspec', '~> 3.6' - gem 'simplecov', '~> 0.21.2' + gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.8' end diff --git a/Gemfile.lock b/Gemfile.lock index 7e7dad5..5711213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,12 +98,12 @@ 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) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.3) + simplecov_json_formatter (0.1.4) sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) @@ -141,7 +141,7 @@ DEPENDENCIES rerun (~> 0.13) rspec (~> 3.6) rubocop (~> 1.19) - simplecov (~> 0.21.2) + simplecov (~> 0.22.0) sinatra (~> 3.0) thin (~> 1.7) unicorn (~> 6.0)