From 15ef77f6731392856fe3488a0b16db41faadc5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:18:36 +0000 Subject: [PATCH] chore(deps): bump rubocop from 1.69.2 to 1.71.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 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.69.2...v1.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f9f2e3a..a9837d7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.2" gem "rspec", "~> 3.13" -gem "rubocop", "~> 1.69" +gem "rubocop", "~> 1.71" gem "rubocop-performance" gem "rubocop-rake" gem "rubocop-rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 62b7c75..eda65c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (3.0.1) addressable (~> 2.8) childprocess (~> 5.0) @@ -67,7 +67,7 @@ GEM minitest (5.25.4) mutex_m (0.3.0) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc prism (1.2.0) @@ -102,17 +102,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.69.2) + 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) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) @@ -172,7 +172,7 @@ DEPENDENCIES fakefs rake (~> 13.2) rspec (~> 3.13) - rubocop (~> 1.69) + rubocop (~> 1.71) rubocop-performance rubocop-rake rubocop-rspec