From 964bd2dce890c715c9ce9d90fa40255c18494d58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:24:55 +0000 Subject: [PATCH] chore(deps): update dependency simplecov to "~> 1.2.0" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a79f06e..4419a0ab 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem "rspec", "~> 3.13.0" gem "standard" gem "standard-performance" - gem "simplecov", "~> 1.1.0" + gem "simplecov", "~> 1.2.0" gem "simplecov-cobertura", "~> 4.0" gem "steep", "~> 2.0" gem "timecop", "~> 0.9.10" diff --git a/Gemfile.lock b/Gemfile.lock index 609cd724..dc352583 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) securerandom (0.4.1) - simplecov (1.1.1) + simplecov (1.2.0) simplecov-cobertura (4.0.0) rexml simplecov (~> 1.0) @@ -197,7 +197,7 @@ DEPENDENCIES openfeature-sdk! rake (~> 13.0) rspec (~> 3.13.0) - simplecov (~> 1.1.0) + simplecov (~> 1.2.0) simplecov-cobertura (~> 4.0) standard standard-performance