From 8ee94915055fea9236dd5c156bb15f3b8a1856b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:55:56 +0000 Subject: [PATCH] Bump simplecov-lcov from 0.8.0 to 0.9.0 Bumps [simplecov-lcov](https://github.com/fortissimo1997/simplecov-lcov) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/fortissimo1997/simplecov-lcov/releases) - [Changelog](https://github.com/fortissimo1997/simplecov-lcov/blob/master/CHANGELOG.md) - [Commits](https://github.com/fortissimo1997/simplecov-lcov/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: simplecov-lcov dependency-version: 0.9.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 7c8a509f8..efcc86215 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem "rspec-rails", "~> 7.1.1" gem "selenium-webdriver", "~> 4.33.0" gem "simplecov", "~> 0.22.0", require: false - gem "simplecov-lcov", "~> 0.8.0", require: false + gem "simplecov-lcov", "~> 0.9.0", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 3f6f998ba..e48093b16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -707,7 +707,7 @@ GEM simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov-lcov (0.8.0) + simplecov-lcov (0.9.0) simplecov_json_formatter (0.1.4) sitemap_generator (6.3.0) builder (~> 3.0) @@ -896,7 +896,7 @@ DEPENDENCIES savon (~> 2.15.1) selenium-webdriver (~> 4.33.0) simplecov (~> 0.22.0) - simplecov-lcov (~> 0.8.0) + simplecov-lcov (~> 0.9.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) sprockets (~> 4.2.2)