From af0965589cc34c36204d25b3f96eeae91bdfc622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 03:01:24 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.81.7 to 1.82.0 in the rubocop group Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.81.7 to 1.82.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.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 638038cb..85c71969 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ group :development, :test do gem 'dotenv-rails', '~> 3.2.0' gem 'i18n-tasks', '~> 1.1.2' gem 'rspec-rails', '~> 8.0.2' - gem 'rubocop', '~> 1.81.7' + gem 'rubocop', '~> 1.82.0' gem 'rubocop-performance', '~> 1.26.1' gem 'rubocop-rails', '~> 2.34.2' gem 'rubocop-rspec', '~> 3.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6f5756d8..11e1bf95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM jmespath (1.6.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.16.0) + json (2.18.0) jwt (3.1.2) base64 language_server-protocol (3.17.0.5) @@ -236,7 +236,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.6.0) + prism (1.7.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -342,7 +342,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.4) - rubocop (1.81.7) + rubocop (1.82.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -350,7 +350,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.47.1, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.48.0) @@ -406,7 +406,7 @@ GEM unf_ext (0.0.7.7) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) uri (1.1.1) useragent (0.16.11) web-console (4.2.1) @@ -456,7 +456,7 @@ DEPENDENCIES rollbar (~> 3.7.0) roo (~> 3.0.0) rspec-rails (~> 8.0.2) - rubocop (~> 1.81.7) + rubocop (~> 1.82.0) rubocop-performance (~> 1.26.1) rubocop-rails (~> 2.34.2) rubocop-rspec (~> 3.8.0)