From 8df6ceb6768d3bab2d58d7bc2e121d7d09fa6d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:52:53 +0000 Subject: [PATCH] Bump simplecov-html from 0.12.3 to 0.13.1 Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.12.3 to 0.13.1. - [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.12.3...v0.13.1) --- updated-dependencies: - dependency-name: simplecov-html 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 16af5ec..7f70b2e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rake', require: false group :test do gem 'simplecov', '~> 0.22.0' - gem 'simplecov-html', '~> 0.12.3' + gem 'simplecov-html', '~> 0.13.1' gem 'simplecov-lcov', '~> 0.8.0' gem 'pry' gem 'rb-readline' diff --git a/Gemfile.lock b/Gemfile.lock index 3ab29f8..3c48e71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.1) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) strscan (3.1.0) @@ -116,7 +116,7 @@ DEPENDENCIES rspec (~> 3.13.0) rubocop (~> 1.66) simplecov (~> 0.22.0) - simplecov-html (~> 0.12.3) + simplecov-html (~> 0.13.1) simplecov-lcov (~> 0.8.0) vmfloaty! webmock (~> 3.23)