Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-minitest to "~> 0.32.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 34e410f commit 0a7d880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem "minitest-around", "~> 0.5.0"
gem "overcommit"
gem "rake", "~> 13.0"
gem "rubocop-minitest", "~> 0.31.0"
gem "rubocop-minitest", "~> 0.32.0"
gem "rubocop-rake", "~> 0.6.0"
gem "solargraph"
gem "standard", "~> 1.31"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
rexml (3.2.6)
roda (3.72.0)
rack
rubocop (1.56.2)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -90,7 +90,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.31.1)
rubocop-minitest (0.32.0)
rubocop (>= 1.39, < 2.0)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -157,7 +157,7 @@ DEPENDENCIES
minitest-around (~> 0.5.0)
overcommit
rake (~> 13.0)
rubocop-minitest (~> 0.31.0)
rubocop-minitest (~> 0.32.0)
rubocop-rake (~> 0.6.0)
simplecov
solargraph
Expand Down

0 comments on commit 0a7d880

Please sign in to comment.