From 07edf73be1f37a33dff9c4706ade12937cfc36d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:53:54 +0000 Subject: [PATCH] Bump rubocop from 1.71.2 to 1.72.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.2. - [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.71.2...v1.72.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9063a4fd..dc796319 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,8 +40,9 @@ GEM erubi (1.13.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.0) + json (2.10.1) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) logger (1.6.5) loofah (2.23.1) crass (~> 1.0.2) @@ -74,9 +75,10 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.71.2) + rubocop (1.72.2) 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)