From c90ed93713117b3b4362c412a3bcbbad6d302b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 00:33:01 +0000 Subject: [PATCH] Update dependency simplecov to v0.22.0 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0bdb3315..74416d57 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do gem 'capybara', '>= 3.26' gem 'selenium-webdriver' # Easy installation and use of web drivers to run system tests with browsers - gem 'simplecov', '0.17.1', require: false # CC last supported v0.17 + gem 'simplecov', '0.22.0', require: false # CC last supported v0.17 gem 'webdrivers' gem 'rails-controller-testing' end diff --git a/Gemfile.lock b/Gemfile.lock index 6486c807..bf8f11a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,6 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.6.2) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -271,11 +270,12 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) semantic_range (3.0.0) - 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) spring (4.0.0) sprockets (4.0.3) concurrent-ruby (~> 1.0) @@ -349,7 +349,7 @@ DEPENDENCIES rspec-rails (~> 6.0.0) sass-rails (~> 6.0.0) selenium-webdriver - simplecov (= 0.17.1) + simplecov (= 0.22.0) spring tailwindcss-rails (~> 2.0.0) turbolinks (~> 5)