Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.32.2 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.32.2 to 0.33.0.
- [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.32.2...v0.33.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>
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent 3b6d59d commit 070af9b
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,7 +9,7 @@ gem 'minitest', '5.20.0'
gem 'pry', '0.14.2'
gem 'rake', '13.1.0'
gem 'rubocop', '1.57.1'
gem 'rubocop-minitest', '0.32.2'
gem 'rubocop-minitest', '0.33.0'
gem 'rubocop-rake', '0.6.0'
gem 'simplecov', '0.22.0'
gem 'test-unit', '3.6.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.32.2)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES
pry (= 0.14.2)
rake (= 13.1.0)
rubocop (= 1.57.1)
rubocop-minitest (= 0.32.2)
rubocop-minitest (= 0.33.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
test-unit (= 3.6.1)
Expand Down

0 comments on commit 070af9b

Please sign in to comment.