From 88f108e41ca7ed99bd7a8bf869259987b886315d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:03:06 +0000 Subject: [PATCH] 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 4ddced2..13245ca 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.0', require: false # CC last supported v0.17 end diff --git a/Gemfile.lock b/Gemfile.lock index 6389589..517d1eb 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.0) 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.0) simpleidn (~> 0.2.1) RUBY VERSION