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