Update dependencies

This commit is contained in:
Sami Samhuri 2025-04-01 13:35:58 -07:00
parent aa9e813eae
commit 0443a25c7a
No known key found for this signature in database
2 changed files with 28 additions and 20 deletions

View file

@ -1,4 +1,4 @@
require: plugins:
- rubocop-minitest - rubocop-minitest
- rubocop-rake - rubocop-rake

View file

@ -7,11 +7,12 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ansi (1.5.0) ansi (1.5.0)
ast (2.4.2) ast (2.4.3)
builder (3.3.0) builder (3.3.0)
json (2.9.1) json (2.10.2)
language_server-protocol (3.17.0.4) language_server-protocol (3.17.0.4)
minitest (5.25.4) lint_roller (1.1.0)
minitest (5.25.5)
minitest-ci (3.4.0) minitest-ci (3.4.0)
minitest (>= 5.0.6) minitest (>= 5.0.6)
minitest-reporters (1.7.1) minitest-reporters (1.7.1)
@ -20,37 +21,44 @@ GEM
minitest (>= 5.0) minitest (>= 5.0)
ruby-progressbar ruby-progressbar
parallel (1.26.3) parallel (1.26.3)
parser (3.3.7.0) parser (3.3.7.4)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prism (1.4.0)
racc (1.8.1) racc (1.8.1)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.2.1) rake (13.2.1)
rake-compiler (1.2.9) rake-compiler (1.2.9)
rake rake
regexp_parser (2.10.0) regexp_parser (2.10.0)
rubocop (1.71.1) rubocop (1.75.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0) regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0) rubocop-ast (>= 1.43.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0) rubocop-ast (1.43.0)
parser (>= 3.3.1.0) parser (>= 3.3.7.2)
rubocop-minitest (0.36.0) prism (~> 1.4)
rubocop (>= 1.61, < 2.0) rubocop-minitest (0.38.0)
rubocop-ast (>= 1.31.1, < 2.0) lint_roller (~> 1.1)
rubocop-packaging (0.5.2) rubocop (>= 1.75.0, < 2.0)
rubocop (>= 1.33, < 2.0) rubocop-ast (>= 1.38.0, < 2.0)
rubocop-performance (1.23.1) rubocop-packaging (0.6.0)
rubocop (>= 1.48.1, < 2.0) lint_roller (~> 1.1.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop (>= 1.72.1, < 2.0)
rubocop-rake (0.6.0) rubocop-performance (1.25.0)
rubocop (~> 1.0) lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
unicode-display_width (3.1.4) unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (~> 4.0, >= 4.0.4)