From cf19fd557f3b7bd0f2d87b46dc091c85afdc1788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:54:13 +0000 Subject: [PATCH] Bump rubocop from 1.84.2 to 1.86.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 to 1.86.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.84.2...v1.86.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7844d56..3124879 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'bundler', '~> 2.6' gem 'bundler-audit', '>= 0' gem 'minitest', '~> 6.0' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.84' +gem 'rubocop', '~> 1.86' gem 'rubocop-minitest', '>= 0' gem 'rubocop-performance', '>= 0' gem 'rubocop-rails', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index 7addfc4..59ce73c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.1) + json (2.19.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -243,7 +243,7 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.84.2) + rubocop (1.86.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -254,7 +254,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-minitest (0.38.2) @@ -329,7 +329,7 @@ DEPENDENCIES puma (~> 7.2) rails (~> 8.1.2) rake (~> 13.0) - rubocop (~> 1.84) + rubocop (~> 1.86) rubocop-minitest rubocop-performance rubocop-rails