From 7a185611247b9a84768937bd54db13279663c61d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 01:19:13 +0000 Subject: [PATCH] Update dependency simplecov to v0.22.0 --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 586cbe3b..d2ef6b06 100644 --- a/Gemfile +++ b/Gemfile @@ -30,5 +30,5 @@ end group :test do gem 'selenium-webdriver' - gem 'simplecov', '0.17.1', require: false # CC last supported v0.17 + gem 'simplecov', '0.22.0', require: false # CC last supported v0.17 end diff --git a/Gemfile.lock b/Gemfile.lock index bc55684c..5c480824 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - docile (1.3.2) + docile (1.4.0) erubi (1.10.0) execjs (2.7.0) ffi (1.15.3) @@ -114,7 +114,7 @@ GEM jbuilder (2.11.2) activesupport (>= 5.0.0) jmespath (1.6.1) - json (2.5.1) + json (2.6.3) kgio (2.11.4) listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -202,11 +202,12 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - simplecov (0.17.1) + simplecov (0.22.0) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) simpleidn (0.2.1) unf (~> 0.1.4) sprockets (4.0.2) @@ -261,7 +262,7 @@ DEPENDENCIES sassc (~> 2.4) sassc-rails selenium-webdriver - simplecov (= 0.17.1) + simplecov (= 0.22.0) simpleidn (= 0.2.1) uglifier unicorn