From e33a51649f5d5940f27faefaec7371808db27038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 07:01:18 +0000 Subject: [PATCH] Bump rubocop from 1.82.0 to 1.82.1 in the rubocop group Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.82.0 to 1.82.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.82.0...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dc2bf12..4f3af38 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ end group :development do gem 'annotaterb', '~> 4.20', require: false gem 'brakeman', '~> 7.1.1', require: false - gem 'rubocop', '~> 1.82.0', require: false + gem 'rubocop', '~> 1.82.1', require: false gem 'rubocop-minitest', '~> 0.38.2', require: false gem 'rubocop-rails', '~> 2.34', require: false gem 'web-console', '~> 4.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index e0b6359..27f5fd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.82.0) + rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -385,7 +385,7 @@ DEPENDENCIES puma (~> 7.1) rack-cors (~> 3.0.0) rails (~> 8.1.1) - rubocop (~> 1.82.0) + rubocop (~> 1.82.1) rubocop-minitest (~> 0.38.2) rubocop-rails (~> 2.34) rugged (~> 1.9.0)