Skip to content

Commit

Permalink
Update dependency rubocop-minitest to '~> 0.29.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2023
1 parent 8354478 commit 989f7cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.29.0'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rails', '~> 2.17'
# Use console on exceptions pages [https://github.com/rails/web-console]
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ 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
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.2.1.1)
ast (~> 2.4.1)
pg (1.4.4)
pry (0.14.1)
Expand Down Expand Up @@ -262,34 +262,34 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.0)
regexp_parser (2.7.0)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.37.1)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
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.26.0, < 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.27.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.29.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 @@ -328,7 +328,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 @@ -381,7 +381,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0)
rubocop (~> 1.37)
rubocop-i18n (~> 3.0)
rubocop-minitest (~> 0.22.2)
rubocop-minitest (~> 0.29.0)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.17)
selenium-webdriver
Expand Down

0 comments on commit 989f7cb

Please sign in to comment.