From 276b6d5b6835bf4938d32fe25ed154a629a340e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:46:38 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.81.6 to 1.81.7 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.6 to 1.81.7. - [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.81.6...v1.81.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5aa4a0a..cb1653c 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :development, :test do # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false # Code quality - gem "rubocop", "~> 1.77", require: false + gem "rubocop", "~> 1.81", require: false gem "rubocop-rails", require: false gem "rubocop-performance", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index abd0d46..876a40e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM orm_adapter (0.5.0) ostruct (0.6.3) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc pg (1.6.2) @@ -312,7 +312,7 @@ GEM actionpack (>= 7.0) railties (>= 7.0) rexml (3.4.4) - rubocop (1.81.6) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -440,7 +440,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.1.0) ransack (~> 4.3) - rubocop (~> 1.77) + rubocop (~> 1.81) rubocop-performance rubocop-rails rubocop-rails-omakase