From 42b9c0459f7e98a1860dd9ba68c80ad4e4aa9597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:07:19 +0000 Subject: [PATCH] build(deps-dev): bump the rubocop group across 1 directory with 2 updates Bumps the rubocop group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.81.7 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.81.7...v1.82.1) Updates `rubocop-rails` from 2.34.2 to 2.34.3 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.34.2...v2.34.3) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.34.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 25 +++++++++++++------------ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 0f56322f..3bd947d8 100644 --- a/Gemfile +++ b/Gemfile @@ -66,9 +66,9 @@ 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.1' gem 'rubocop-performance', '~> 1.26.1' - gem 'rubocop-rails', '~> 2.34.2' + gem 'rubocop-rails', '~> 2.34.3' gem 'rubocop-rspec', '~> 3.8.0' gem 'rubocop-rspec_rails', '~> 2.32.0' gem 'brakeman', '~> 7.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 7648c0ad..aa4509fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) i18n-tasks (1.1.2) activesupport (>= 4.0.2) @@ -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) @@ -200,7 +200,8 @@ GEM mime-types-data (3.2020.0512) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) msgpack (1.8.0) net-imap (0.5.12) date @@ -236,7 +237,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 +343,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.4) - rubocop (1.81.7) + rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -350,17 +351,17 @@ 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) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) rubocop-performance (1.26.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.34.2) + rubocop-rails (2.34.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -406,7 +407,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,9 +457,9 @@ DEPENDENCIES rollbar (~> 3.7.0) roo (~> 3.0.0) rspec-rails (~> 8.0.2) - rubocop (~> 1.81.7) + rubocop (~> 1.82.1) rubocop-performance (~> 1.26.1) - rubocop-rails (~> 2.34.2) + rubocop-rails (~> 2.34.3) rubocop-rspec (~> 3.8.0) rubocop-rspec_rails (~> 2.32.0) simplecov (~> 0.22.0, >= 0.16.1)