From 560367f960c63e0781b3733d6eec08a3ed35ae12 Mon Sep 17 00:00:00 2001 From: Noah Botimer Date: Tue, 17 Dec 2024 13:01:22 -0500 Subject: [PATCH] Update standard/rubocop --- test/Gemfile.lock | 48 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/test/Gemfile.lock b/test/Gemfile.lock index 1c1b158d..f81adea3 100644 --- a/test/Gemfile.lock +++ b/test/Gemfile.lock @@ -2,28 +2,26 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) coderay (1.1.3) diff-lcs (1.5.0) faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) faraday-net_http (2.1.0) - json (2.6.3) + json (2.9.0) language_server-protocol (3.17.0.3) lint_roller (1.1.0) method_source (1.0.0) - parallel (1.23.0) - parser (3.2.2.4) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - racc (1.7.1) + racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.8.2) - rexml (3.2.6) + regexp_parser (2.9.3) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -37,38 +35,38 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + 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.28.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) + parser (>= 3.3.1.0) + rubocop-performance (1.23.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.31.2) + standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.4) + rubocop (~> 1.69.1) standard-custom (~> 1.0.0) - standard-performance (~> 1.2) + standard-performance (~> 1.6) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.2.1) + standard-performance (1.6.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.19.1) - unicode-display_width (2.5.0) + rubocop-performance (~> 1.23.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS aarch64-linux