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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent fac1117 commit 69e9a7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ end
group :development do
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-factory_bot', '~> 2.24'
gem 'rubocop-minitest', '~> 0.32.2'
gem 'rubocop-minitest', '~> 0.33.0'
gem 'rubocop-rails', '~> 2.21'
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -227,16 +227,16 @@ GEM
rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -247,7 +247,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-minitest (0.32.2)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
rubocop-rails (2.21.2)
activesupport (>= 4.2.0)
Expand All @@ -268,7 +268,7 @@ GEM
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
wahwah (1.5.1)
webrick (1.8.1)
websocket-driver (0.7.6)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rails (~> 7.1)
rubocop-factory_bot (~> 2.24)
rubocop-minitest (~> 0.32.2)
rubocop-minitest (~> 0.33.0)
rubocop-rails (~> 2.21)
simplecov (~> 0.21)
tzinfo-data
Expand Down

0 comments on commit 69e9a7c

Please sign in to comment.