Skip to content

Commit

Permalink
Update dependency rubocop-minitest to '~> 0.26.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2023
1 parent b4d09c9 commit 23446d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.26.0'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rails', '~> 2.17'
# Use console on exceptions pages [https://github.com/rails/web-console]
Expand Down
22 changes: 11 additions & 11 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.0.0)
ast (~> 2.4.1)
pg (1.4.4)
pry (0.14.1)
Expand Down Expand Up @@ -262,25 +262,25 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.0)
regexp_parser (2.6.2)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.37.1)
rubocop (1.44.1)
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.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-minitest (0.22.2)
rubocop-minitest (0.26.1)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.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.26.0)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.17)
selenium-webdriver
Expand Down

0 comments on commit 23446d7

Please sign in to comment.