From 6cb77db4c7f8dfe9e7acc4cfaf6e933ea2f7f465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:53:21 +0000 Subject: [PATCH] Bump rubocop from 1.84.0 to 1.88.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 to 1.88.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.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index fd5b0fe05..7a52e6f3b 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "rake-compiler-dock", "~> 1.12" gem "rbs-inline", "~> 0.14" gem "reactionview", "~> 0.3.0" gem "reline", "~> 0.6" -gem "rubocop", "~> 1.71" +gem "rubocop", "~> 1.88" gem "sorbet" gem "steep", "~> 2.0" gem "turbo-rails", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5e907133e..c344fb871 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.19.4) + json (2.19.9) language_server-protocol (3.17.0.5) lint_roller (1.1.0) lipgloss (0.2.2-aarch64-linux-gnu) @@ -170,8 +170,8 @@ GEM ntcharts (0.1.2-x86_64-darwin) ntcharts (0.1.2-x86_64-linux-gnu) ntcharts (0.1.2-x86_64-linux-musl) - parallel (1.27.0) - parser (3.3.10.1) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc pp (0.6.3) @@ -229,21 +229,21 @@ GEM reactionview (0.3.0) actionview (>= 7.0) herb (>= 0.9.0, < 1.0.0) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - rubocop (1.84.0) + rubocop (1.88.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) 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) ruby-progressbar (1.13.0) @@ -317,7 +317,7 @@ DEPENDENCIES rbs-inline (~> 0.14) reactionview (~> 0.3.0) reline (~> 0.6) - rubocop (~> 1.71) + rubocop (~> 1.88) sorbet steep (~> 2.0) turbo-rails (~> 2.0)