Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-minitest to v0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 20ccd04 commit 2724648
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 @@ -104,7 +104,7 @@ group :development do
gem 'rdoc'
gem 'rubocop', '1.62.0', require: false
gem 'rubocop-graphql', '1.5.3', require: false
gem 'rubocop-minitest', '0.35.0', require: false
gem 'rubocop-minitest', '0.35.1', require: false
gem 'rubocop-performance', '1.21.1', require: false
gem 'rubocop-rails', '2.24.1', require: false
gem 'rubocop-rake', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.24.0)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.4.3)
Expand Down Expand Up @@ -398,7 +398,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-graphql (1.5.3)
rubocop (>= 1.50, < 2)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
Expand Down Expand Up @@ -554,7 +554,7 @@ DEPENDENCIES
rollbar
rubocop (= 1.62.0)
rubocop-graphql (= 1.5.3)
rubocop-minitest (= 0.35.0)
rubocop-minitest (= 0.35.1)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.24.1)
rubocop-rake
Expand Down

0 comments on commit 2724648

Please sign in to comment.