From 34a6a227599674b7911138ab56bd57f1cf9cc23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:13:36 +0000 Subject: [PATCH] Update simplecov-cobertura requirement from ~> 2.1 to ~> 3.2 Updates the requirements on [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura) to permit the latest version. - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](https://github.com/jessebs/simplecov-cobertura/compare/v2.1.0...v3.2.0) --- updated-dependencies: - dependency-name: simplecov-cobertura dependency-version: 3.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0307879..a14c7fb 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ group :development, :test do # Test coverage gem 'simplecov', '~> 0.22' - gem 'simplecov-cobertura', '~> 2.1' + gem 'simplecov-cobertura', '~> 3.2' end