From edfc28b1d880e87376356eb4d4800d5e7049b12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:23:47 +0000 Subject: [PATCH] chore(deps-dev): Bump simplecov from 0.22.0 to 1.0.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.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.22.0...v1.0.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 03dc23e..e15b6d6 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development, :test do gem "debug" gem "minitest", "~> 6.0" gem "standard", "~> 1.54" - gem "simplecov", "~> 0.22" + gem "simplecov", "~> 1.0" gem "simplecov-lcov", "~> 0.8" gem "steep", "~> 2.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 1116692..5e0855c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GEM debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - docile (1.4.1) drb (2.2.3) erb (6.0.4) ffi (1.17.4) @@ -86,13 +85,8 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) securerandom (0.4.1) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.2) + simplecov (1.0.0) simplecov-lcov (0.9.0) - simplecov_json_formatter (0.1.4) standard (1.54.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -141,7 +135,7 @@ DEPENDENCIES minitest (~> 6.0) prism (~> 1.9) rake (~> 13.4) - simplecov (~> 0.22) + simplecov (~> 1.0) simplecov-lcov (~> 0.8) standard (~> 1.54) steep (~> 2.0)