From f21f682296a52992312d66084a6d9fbfde7ffcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:48:01 +0000 Subject: [PATCH] Bump simplecov from 0.17.1 to 0.22.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.17.1 to 0.22.0. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.17.1...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 3f4238a1..4877275e 100644 --- a/Gemfile +++ b/Gemfile @@ -92,6 +92,6 @@ group :test do gem "capybara" gem "selenium-webdriver" gem "rspec_junit_formatter" - gem 'simplecov', '~> 0.17.0', require: false + gem 'simplecov', '~> 0.22.0', require: false gem "rails-controller-testing" end diff --git a/Gemfile.lock b/Gemfile.lock index 02b104c8..20339a98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,11 +304,12 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.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) sorbet-runtime (0.5.11525) stimulus-rails (1.3.4) railties (>= 6.0.0) @@ -378,7 +379,7 @@ DEPENDENCIES rubocop-rspec ruby-lsp selenium-webdriver - simplecov (~> 0.17.0) + simplecov (~> 0.22.0) stimulus-rails turbo-rails tzinfo-data