From 210d8c49b202be310a7795152d13c613ebf91f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:03:26 +0000 Subject: [PATCH] Update simplecov requirement from < 1.1.0 to < 1.2.0 Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/docs/Changelog.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.0.2...v1.1.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.1.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 87dcf51..221439f 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :development, :test do gem 'rubocop-rake', require: false # TODO: remove version constraint once coverallsapp/coverage-reporter supports float timestamps # https://github.com/coverallsapp/github-action/issues/269 - gem 'simplecov', '< 1.1.0', require: false + gem 'simplecov', '< 1.2.0', require: false gem 'simplecov-lcov', require: false end