From 322a4d5aad2335268737715a4ed5dd558265bb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:45:26 +0000 Subject: [PATCH] Bump simplecov from 0.21.2 to 0.22.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.21.2 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.21.2...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3a752b2..06da9ed 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,5 @@ gem 'retest', '~> 1.13', require: false gem 'rubocop', '~> 1', require: false gem 'rubocop-rake', '~> 0.6', require: false gem 'rubocop-rspec', '~> 2', require: false -gem 'simplecov', '~> 0.21', require: false +gem 'simplecov', '~> 0.22', require: false gem 'simplecov-cobertura', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 115a8de..a29ec2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM rubocop (~> 1.19) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) @@ -140,7 +140,7 @@ DEPENDENCIES rubocop (~> 1) rubocop-rake (~> 0.6) rubocop-rspec (~> 2) - simplecov (~> 0.21) + simplecov (~> 0.22) simplecov-cobertura slack-ruby-block-kit!