From 44a4fb586a910da251e7549b00f71da2a2bc1efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:35:10 +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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ca981c27..1ca2ec1a 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] group :test do gem 'mocha', '~> 2.4.5', require: false - gem 'simplecov', '~> 0.21', require: false + gem 'simplecov', '~> 0.22', require: false gem 'simplecov-cobertura', '~> 2.1.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index e7f7886a..c4394802 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) erubi (1.13.0) et-orbi (1.2.11) @@ -263,15 +263,15 @@ GEM logger ruby2_keywords (0.0.5) securerandom (0.3.1) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-cobertura (2.1.0) rexml simplecov (~> 0.19) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.3) + simplecov-html (0.13.1) + simplecov_json_formatter (0.1.4) sorbet-runtime (0.5.11589) stringio (3.1.1) thor (1.3.2) @@ -314,7 +314,7 @@ DEPENDENCIES rubocop-minitest (~> 0.36.0) rubocop-rails (~> 2.26) ruby-lsp (~> 0.18.3) - simplecov (~> 0.21) + simplecov (~> 0.22) simplecov-cobertura (~> 2.1.0) tzinfo-data wahwah (~> 1.6.6)