Skip to content

Commit

Permalink
Update dependency rubocop-minitest to '~> 0.32.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent a6aaf04 commit 53df1d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ group :development do

gem 'rubocop', '~> 1.37'
gem 'rubocop-i18n', '~> 3.0'
gem 'rubocop-minitest', '~> 0.22.2'
gem 'rubocop-minitest', '~> 0.32.0'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rails', '~> 2.17'
# Use console on exceptions pages [https://github.com/rails/web-console]
Expand Down
37 changes: 21 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
attr_required (1.0.1)
base64 (0.1.1)
bindata (2.4.14)
bindex (0.8.1)
bootsnap (1.13.0)
Expand Down Expand Up @@ -138,13 +139,14 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.2)
json (2.6.3)
json-jwt (1.16.1)
activesupport (>= 4.2)
aes_key_wrap
bindata
faraday (~> 2.0)
faraday-follow_redirects
language_server-protocol (3.17.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -206,9 +208,10 @@ GEM
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.4.4)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -265,34 +268,36 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.0)
regexp_parser (2.8.1)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.37.1)
rexml (3.2.6)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-minitest (0.22.2)
rubocop (>= 0.90, < 2.0)
rubocop-minitest (0.32.0)
rubocop (>= 1.39, < 2.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
Expand Down Expand Up @@ -331,7 +336,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
Expand Down Expand Up @@ -388,7 +393,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0)
rubocop (~> 1.37)
rubocop-i18n (~> 3.0)
rubocop-minitest (~> 0.22.2)
rubocop-minitest (~> 0.32.0)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.17)
selenium-webdriver
Expand Down

0 comments on commit 53df1d0

Please sign in to comment.