Bump rubocop-minitest from 0.36.0 to 0.38.0

Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.36.0 to 0.38.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.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-01 13:52:40 +00:00 committed by GitHub
parent aa9e813eae
commit 4743a61bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 13 deletions

View file

@ -7,7 +7,7 @@ gem 'minitest-reporters', '~> 1.6'
gem 'rake', '~> 13.2'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '~> 1.71'
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'

View file

@ -7,10 +7,11 @@ GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
ast (2.4.3)
builder (3.3.0)
json (2.9.1)
json (2.10.2)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
minitest (5.25.4)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
@ -20,30 +21,34 @@ GEM
minitest (>= 5.0)
ruby-progressbar
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.4)
ast (~> 2.4.1)
racc
prism (1.4.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.9)
rake
regexp_parser (2.10.0)
rubocop (1.71.1)
rubocop (1.75.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.43.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (1.43.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.38.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.23.1)
@ -70,7 +75,7 @@ DEPENDENCIES
rake (~> 13.2)
rake-compiler (~> 1.2)
rubocop (~> 1.71)
rubocop-minitest (~> 0.36)
rubocop-minitest (~> 0.38)
rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6)