From 76d33a53130000720c743b55428878e68892bcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:02:55 +0000 Subject: [PATCH] Bump simplecov from 0.22.0 to 1.0.2 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.2. - [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.2) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.2 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 4ddced2..1bec2c2 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ group :development, :test do gem 'minitest' gem 'mocha' gem 'ostruct' - gem 'simplecov', '0.22.0', require: false # CC last supported v0.17 + gem 'simplecov', '1.0.2', require: false # CC last supported v0.17 end diff --git a/Gemfile.lock b/Gemfile.lock index 3b191ba..7af2f26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,6 @@ GEM concurrent-ruby (1.3.7) connection_pool (3.0.2) daemons (1.4.1) - docile (1.4.1) dotenv (3.2.0) drb (2.2.3) eventmachine (1.2.7) @@ -79,12 +78,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) 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_json_formatter (0.1.4) + simplecov (1.0.2) simpleidn (0.2.3) timeout (0.4.3) tzinfo (2.0.6) @@ -109,7 +103,7 @@ DEPENDENCIES pg (~> 1.6.3) pry (~> 0.16.0) rubocop - simplecov (= 0.22.0) + simplecov (= 1.0.2) simpleidn (~> 0.2.1) RUBY VERSION