From f523fda208c244c7e2d43014dc2f05256f7af147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:05:47 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.38.0 to 0.38.1 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.38.0 to 0.38.1. - [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.38.0...v0.38.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 798bf37..279771d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.3' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '~> 1.75' -gem 'rubocop-minitest', '~> 0.36' +gem 'rubocop-minitest', '~> 0.38' gem 'rubocop-packaging', '~> 0.5' gem 'rubocop-performance', '~> 1.22' gem 'rubocop-rake', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 944fdfd..dd0ab80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-minitest (0.38.0) + rubocop-minitest (0.38.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) @@ -78,7 +78,7 @@ DEPENDENCIES rake (~> 13.3) rake-compiler (~> 1.2) rubocop (~> 1.75) - rubocop-minitest (~> 0.36) + rubocop-minitest (~> 0.38) rubocop-packaging (~> 0.5) rubocop-performance (~> 1.22) rubocop-rake (~> 0.6)