From 13523c1509908a64d346408bb9a287723f3ddb9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 04:28:53 +0000 Subject: [PATCH] chore(deps): update dependency simplecov-cobertura to v4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d89356ec..ff5c32d3 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development, :test do gem "standard" gem "standard-performance" gem "simplecov", "~> 0.22.0" - gem "simplecov-cobertura", "~> 3.0" + gem "simplecov-cobertura", "~> 4.0" gem "steep", "~> 2.0" gem "timecop", "~> 0.9.10" end