Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.35.1 to 0.36.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.35.1 to 0.36.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.35.1...v0.36.0)

---
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] authored and bbenno committed Sep 2, 2024
1 parent bbbb458 commit b36c9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gemspec
gem 'minitest', '~> 5.25'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.66'
gem 'rubocop-minitest', '~> 0.35.1'
gem 'rubocop-minitest', '~> 0.36.0'
gem 'rubocop-rake', '~> 0.6.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand All @@ -46,7 +46,7 @@ DEPENDENCIES
minitest (~> 5.25)
rake (~> 13.1)
rubocop (~> 1.66)
rubocop-minitest (~> 0.35.1)
rubocop-minitest (~> 0.36.0)
rubocop-rake (~> 0.6.0)

BUNDLED WITH
Expand Down

0 comments on commit b36c9d2

Please sign in to comment.