Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rubocop-minitest to version 0.38.1
  • Loading branch information
depfu[bot] authored Jun 1, 2025
commit e45f37e8c170a66f88d5f6e3c96d1b728d2c3817
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
diff-lcs (1.5.1)
diffy (3.4.2)
docile (1.4.1)
json (2.12.0)
json (2.12.2)
kettle-soup-cover (1.0.9)
simplecov (~> 0.22)
simplecov-cobertura (~> 2.1)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
webrick
yaml (~> 0.3)
rspec-block_is_expected (1.0.6)
rubocop (1.75.5)
rubocop (1.75.8)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -99,9 +99,10 @@ GEM
version_gem (>= 1.1.2, < 3)
rubocop-md (1.2.3)
rubocop (>= 1.45)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-minitest (0.38.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-packaging (0.6.0)
lint_roller (~> 1.1.0)
rubocop (>= 1.72.1, < 2.0)
Expand Down
Loading