Skip to content

Commit

Permalink
Update dependency rubocop-minitest to '~> 0.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2022
1 parent 8783c80 commit 903c865
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 @@ -67,7 +67,7 @@ group :development do

gem 'rubocop', '~> 1.37'
gem 'rubocop-i18n', '~> 3.0'
gem 'rubocop-minitest', '~> 0.22.2'
gem 'rubocop-minitest', '~> 0.25.0'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rails', '~> 2.17'
# Use console on exceptions pages [https://github.com/rails/web-console]
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 @@ -203,7 +203,7 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.1.3.0)
ast (~> 2.4.1)
pg (1.4.4)
pry (0.14.1)
Expand Down Expand Up @@ -261,11 +261,11 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.0)
regexp_parser (2.6.1)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.37.1)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -275,11 +275,11 @@ GEM
rubocop-ast (>= 1.23.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-minitest (0.22.2)
rubocop-minitest (0.25.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -379,7 +379,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0)
rubocop (~> 1.37)
rubocop-i18n (~> 3.0)
rubocop-minitest (~> 0.22.2)
rubocop-minitest (~> 0.25.0)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.17)
selenium-webdriver
Expand Down

0 comments on commit 903c865

Please sign in to comment.