diff --git a/Gemfile.lock b/Gemfile.lock index 2a4b315..a8506a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,15 +10,18 @@ GEM ast (2.4.2) coderay (1.1.3) diff-lcs (1.5.0) - json (2.6.3) + json (2.7.2) + language_server-protocol (3.17.0.3) method_source (1.0.0) netrc (0.11.0) - parallel (1.22.1) - parser (3.1.2.1) + parallel (1.24.0) + parser (3.3.1.0) ast (~> 2.4.1) + racc pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) + racc (1.7.3) rainbow (3.1.1) rake (13.0.6) rbi (0.0.16) @@ -26,8 +29,8 @@ GEM parser (>= 2.6.4.0) sorbet-runtime (>= 0.5.9204) unparser - regexp_parser (2.6.1) - rexml (3.2.5) + regexp_parser (2.9.1) + rexml (3.2.6) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -41,19 +44,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.1) - rubocop (1.41.0) + rubocop (1.63.5) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.3.0.2) 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.31.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) - parser (>= 3.1.1.0) - ruby-progressbar (1.11.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) sorbet (0.5.11370) sorbet-static (= 0.5.11370) sorbet-runtime (0.5.11370) @@ -77,7 +81,7 @@ GEM thor (>= 1.2.0) yard-sorbet thor (1.2.1) - unicode-display_width (2.3.0) + unicode-display_width (2.5.0) unparser (0.6.5) diff-lcs (~> 1.3) parser (>= 3.1.0)