From 2bcb4b9addd4f1f2744341e968e4366e707eea6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:35:13 +0000 Subject: [PATCH] Bump rubocop from 1.71.0 to 1.71.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.0 to 1.71.1. - [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.0...v1.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e701736..cf0e291 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ ruby '3.4.1' gem 'colorize', '~> 1.0.4', require: false # Check code quality -gem 'rubocop', '~> 1.71.0', require: false +gem 'rubocop', '~> 1.71.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 07fbfe7..e347fea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM ast (2.4.2) colorize (1.0.5) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) parallel (1.26.3) parser (3.3.7.0) ast (~> 2.4.1) @@ -12,17 +12,17 @@ GEM racc (1.8.1) rainbow (3.1.1) regexp_parser (2.10.0) - rubocop (1.71.0) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) unicode-display_width (3.1.4) @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES colorize (~> 1.0.4) - rubocop (~> 1.71.0) + rubocop (~> 1.71.1) RUBY VERSION ruby 3.4.1p0