diff --git a/Gemfile.lock b/Gemfile.lock index 24b0734cd..fa68b1751 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ast (2.4.2) + ast (2.4.3) diff-lcs (1.5.0) erubis (2.7.0) excon (0.79.0) @@ -17,22 +17,27 @@ GEM rrrretry (~> 1) thor (~> 1) threaded (~> 0) + json (2.15.1) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) moneta (1.0.0) multi_json (1.15.0) - parallel (1.22.0) + parallel (1.27.0) parallel_split_test (0.10.0) parallel (>= 0.5.13) rspec-core (>= 3.9.0) - parser (3.1.1.0) + parser (3.3.9.0) ast (~> 2.4.1) + racc platform-api (3.3.0) heroics (~> 0.1.1) moneta (~> 1.0.0) rate_throttle_client (~> 0.1.0) + prism (1.6.0) + racc (1.8.1) rainbow (3.1.1) rate_throttle_client (0.1.2) - regexp_parser (2.2.1) - rexml (3.2.5) + regexp_parser (2.11.3) rrrretry (1.0.0) rspec-core (3.11.0) rspec-support (~> 3.11.0) @@ -42,23 +47,28 @@ GEM rspec-support (3.11.0) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.26.1) + rubocop (1.81.6) + json (~> 2.3) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.16.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.16.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.47.1) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-rspec (2.9.0) rubocop (~> 1.19) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) thor (1.1.0) threaded (0.0.4) - unicode-display_width (2.1.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) webrick (1.7.0) PLATFORMS