From 95db6243046fde6c93f7ef31adf1d19f3a8744ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:44:19 +0000 Subject: [PATCH] Bump simplecov from 1.1.0 to 1.2.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 1.1.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/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ef99e31..bad29fc 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', '~> 1.1', require: false + gem 'simplecov', '~> 1.2', require: false gem 'vcr', '~> 6.4' gem 'webmock', '~> 3.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 0bca44e..a6f5ff1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM ruby_api_pack_core (0.1.0) httparty (~> 0.24.2) oj (~> 3.17) - simplecov (1.1.0) + simplecov (1.2.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) @@ -109,7 +109,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_cloudways! - simplecov (~> 1.1) + simplecov (~> 1.2) vcr (~> 6.4) webmock (~> 3.26)