Skip to content

Commit

Permalink
Update dependency rubocop-minitest to '~> 0.31.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 4ca12f2 commit a7c99b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.21.0'
gem 'rubocop-minitest', '~> 0.31.0'
gem 'rubocop-rails', '~> 2.15'
end

Expand Down
19 changes: 11 additions & 8 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ GEM
reline (>= 0.3.0)
json (2.6.3)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -176,8 +177,9 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.2)
Expand Down Expand Up @@ -214,24 +216,25 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
reline (0.3.4)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.51.0)
rubocop (1.54.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
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.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.21.1)
rubocop (>= 0.90, < 2.0)
rubocop-minitest (0.31.0)
rubocop (>= 1.39, < 2.0)
rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -277,7 +280,7 @@ DEPENDENCIES
puma (~> 5.0)
rack-cors
rails (~> 7.0.4)
rubocop-minitest (~> 0.21.0)
rubocop-minitest (~> 0.31.0)
rubocop-rails (~> 2.15)
rubyzip (~> 2.3)
tzinfo-data
Expand Down

0 comments on commit a7c99b4

Please sign in to comment.