From d7af7cb1c8b4537a28d3ce0a7781f55ddc789562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:56:31 +0000 Subject: [PATCH] Bump rubocop from 1.67.0 to 1.74.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.74.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.67.0...v1.74.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 236b60c..194094d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,12 +45,13 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) immutable-struct (2.4.1) - json (2.9.1) - language_server-protocol (3.17.0.3) + json (2.10.2) + language_server-protocol (3.17.0.4) lino (4.1.0) childprocess (~> 5.0.0) hamster (~> 3.0) open4 (~> 1.3) + lint_roller (1.1.0) logger (1.6.0) minitest (5.25.1) net-http (0.4.1) @@ -61,7 +62,7 @@ GEM sawyer (~> 0.9) open4 (1.3.4) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc public_suffix (6.0.1) @@ -112,17 +113,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.74.0) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.37.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -145,7 +147,9 @@ GEM sshkey (2.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (0.13.0) PLATFORMS