From 3a24d3fe649efe4f8660a1b62252a9f41652aa93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:43:59 +0000 Subject: [PATCH] Bump simplecov from 0.22.0 to 1.0.1 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.1. - [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.1) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.1 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 9331445..048d4b8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem 'rubocop-performance', '~> 1.26', require: false gem 'rubocop-rake', '~> 0.7.1', require: false gem 'rubocop-rspec', '~> 3.10', require: false - gem 'simplecov', '~> 0.22.0', require: false + gem 'simplecov', '~> 1.0.1', require: false gem 'vcr', '~> 6.2' gem 'webmock', '~> 3.23' end diff --git a/Gemfile.lock b/Gemfile.lock index fcbe5e7..4e24bb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,6 @@ GEM rexml csv (3.3.5) diff-lcs (1.6.2) - docile (1.4.1) hashdiff (1.2.1) httparty (0.24.2) csv @@ -87,12 +86,7 @@ GEM ruby_api_pack_core (0.1.0) httparty (~> 0.24.2) oj (~> 3.17) - 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.1) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) @@ -115,7 +109,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_cloudways! - simplecov (~> 0.22.0) + simplecov (~> 1.0.1) vcr (~> 6.2) webmock (~> 3.23)