Skip to content

Commit

Permalink
Merge pull request #1170 from dodona-edu/renovate/rubocop-minitest-0.x
Browse files Browse the repository at this point in the history
Update dependency rubocop-minitest to '~> 0.31.0'
  • Loading branch information
rien authored Aug 8, 2023
2 parents 7f60ae5 + f806add commit 2ccd483
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 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
23 changes: 13 additions & 10 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 @@ -177,8 +178,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.6)
nio4r (~> 2.0)
racc (1.6.2)
Expand Down Expand Up @@ -215,24 +217,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)
rexml (3.2.6)
rubocop (1.55.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)
rubocop-ast (>= 1.28.1, < 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 @@ -279,7 +282,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 2ccd483

Please sign in to comment.