Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.31.0 to 0.32.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.31.0 to 0.32.1.
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.31.0...v0.32.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent 0e4ea96 commit 836283d
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 @@ -9,5 +9,5 @@ gem "minitest", "~> 5.18"
gem "pry", "~> 0.14"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.54"
gem "rubocop-minitest", "~> 0.31"
gem "rubocop-minitest", "~> 0.32"
gem "rubocop-rake", "~> 0.6"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rexml (3.2.6)
rubocop (1.54.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -51,7 +51,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.31.0)
rubocop-minitest (0.32.1)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES
pry (~> 0.14)
rake (~> 13.0)
rubocop (~> 1.54)
rubocop-minitest (~> 0.31)
rubocop-minitest (~> 0.32)
rubocop-rake (~> 0.6)

BUNDLED WITH
Expand Down

0 comments on commit 836283d

Please sign in to comment.