Skip to content

Commit

Permalink
fix: 🚀 bundler: 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 58e1b2a commit 36cd2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "rubocop-git", "~> 0.1.3"
gem "rubocop-gitlab-security", "~> 0.1.1"
gem "rubocop-i18n", "~> 3.0.0"
gem "rubocop-md", "~> 1.2.0"
gem "rubocop-minitest", "~> 0.32.2"
gem "rubocop-minitest", "~> 0.33.0"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.19.1"
gem "rubocop-rails", "~> 2.21.2"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ GEM
minitest (5.20.0)
mutex_m (0.1.2)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
rack (3.0.8)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reline (0.3.3)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
rubocop (~> 1.0)
rubocop-md (1.2.0)
rubocop (>= 1.0)
rubocop-minitest (0.32.2)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ DEPENDENCIES
rubocop-gitlab-security (~> 0.1.1)
rubocop-i18n (~> 3.0.0)
rubocop-md (~> 1.2.0)
rubocop-minitest (~> 0.32.2)
rubocop-minitest (~> 0.33.0)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
rubocop-rails (~> 2.21.2)
Expand Down

0 comments on commit 36cd2a7

Please sign in to comment.