From 355061fa09f0e4d5873a8e1ae2b5ce9c81365253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:46:48 +0000 Subject: [PATCH] Bump simplecov-cobertura from 2.1.0 to 3.1.0 Bumps [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](https://github.com/jessebs/simplecov-cobertura/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: simplecov-cobertura dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8e23f9b..92b1066 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ group :development, :test do # Test coverage gem 'simplecov', '~> 0.22' - gem 'simplecov-cobertura', '~> 2.1' + gem 'simplecov-cobertura', '~> 3.1' end