From 8d0b30d4617f8ce1a76e3d0154af3f8d10205bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:56:29 +0000 Subject: [PATCH] Bump simplecov-html from 0.13.1 to 0.13.2 Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: simplecov-html dependency-version: 0.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1f2a298..e49f96b 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ group :development, :test do gem 'rubocop-performance', '~> 1.19.0' gem 'rubocop-rspec', '~> 2.25.0' gem 'simplecov', '0.22.0' - gem 'simplecov-html', '0.13.1' + gem 'simplecov-html', '0.13.2' gem 'simplecov-json', '0.2.3' end diff --git a/Gemfile.lock b/Gemfile.lock index d5a34f7..9fa782b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.1) + simplecov-html (0.13.2) simplecov-json (0.2.3) json simplecov @@ -192,7 +192,7 @@ DEPENDENCIES rubocop-performance (~> 1.19.0) rubocop-rspec (~> 2.25.0) simplecov (= 0.22.0) - simplecov-html (= 0.13.1) + simplecov-html (= 0.13.2) simplecov-json (= 0.2.3) BUNDLED WITH