From dcf74fd3a99c27794b4310cce42e6735130aae06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:44:47 +0000 Subject: [PATCH] Bump simplecov from 0.22.0 to 1.0.3 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.3. - [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.3) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0e71175..f4d4bec 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end group :test do gem "rspec", "~> 3.13" - gem "simplecov", "~> 0.22.0" + gem "simplecov", "~> 1.0.3" gem "simplecov_json_formatter", "~> 0.1.4" end diff --git a/Gemfile.lock b/Gemfile.lock index d911ff8..1c69609 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,6 @@ GEM irb (~> 1.10) reline (>= 0.3.8) diff-lcs (1.6.2) - docile (1.4.1) drb (2.2.3) erb (6.0.1.1) faraday (2.14.3) @@ -171,11 +170,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.1) + simplecov (1.0.3) simplecov_json_formatter (0.1.4) snaky_hash (2.0.7) hashie (>= 0.1.0, < 6) @@ -206,7 +201,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.88) rubocop-37signals! - simplecov (~> 0.22.0) + simplecov (~> 1.0.3) simplecov_json_formatter (~> 0.1.4) vcr (~> 6.4) webmock (~> 3.26)