From 24985b94fdde31940eb8ef70a929fc80305e9a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:04:40 +0000 Subject: [PATCH] Bump simplecov from 0.22.0 to 1.2.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.2.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.2.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.2.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 d610f97..f5031a7 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.2.0', require: false # CC last supported v0.17 end diff --git a/Gemfile.lock b/Gemfile.lock index da55d25..e4f12b0 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) @@ -80,12 +79,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.2.0) simpleidn (0.3.0) timeout (0.4.3) tzinfo (2.0.6) @@ -111,7 +105,7 @@ DEPENDENCIES pg (~> 1.6.3) pry (~> 0.16.0) rubocop - simplecov (= 0.22.0) + simplecov (= 1.2.0) simpleidn (~> 0.3.0) RUBY VERSION