From 5ac17d0f9dbb0bbf32d78cacfb64cd602e9aa14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:25:24 +0000 Subject: [PATCH] chore(deps): Update simplecov requirement from ~> 0.22 to ~> 1.1 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/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.22.0...v1.1.1) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.1.1 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 01fc835..9304736 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do # Test framework. Minitest, never RSpec (docs/idea/00-build-spec.md, Phase 9). gem "minitest", "~> 5.0" gem "minitest-reporters", "~> 1.6" - gem "simplecov", "~> 0.22", require: false + gem "simplecov", "~> 1.1", require: false # Lint. gem "rubocop", "~> 1.0", require: false