From 235d0320bce667f42523fadb746e119012a43c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:29:40 +0000 Subject: [PATCH] build(deps): bump rubocop-minitest from 0.39.1 to 0.40.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.39.1 to 0.40.0. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.39.1...v0.40.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 99359d1..5761c76 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'asciidoctor', '~> 2.0', require: false # required by yard to render README. gem 'minitest', '~> 6.0' gem 'rake', '~> 13.4' gem 'rubocop', '~> 1.88' -gem 'rubocop-minitest', '~> 0.39.1' +gem 'rubocop-minitest', '~> 0.40.0' gem 'rubocop-rake', '~> 0.7.1' gem 'simplecov', '~> 1.0', require: false # test coverage; output written to coverage/ gem 'steep', '~> 2.0', require: false # static type checking against sig/*.rbs diff --git a/Gemfile.lock b/Gemfile.lock index c2ce152..fd61000 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-minitest (0.39.1) + rubocop-minitest (0.40.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) @@ -100,7 +100,7 @@ DEPENDENCIES minitest (~> 6.0) rake (~> 13.4) rubocop (~> 1.88) - rubocop-minitest (~> 0.39.1) + rubocop-minitest (~> 0.40.0) rubocop-rake (~> 0.7.1) simplecov (~> 1.0) steep (~> 2.0)