From 5a194e09a6548c67f1dbaaa6fbe576def20f6e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 04:37:39 +0000 Subject: [PATCH] Bump rubocop in the ruby-minor-and-patch group across 1 directory Bumps the ruby-minor-and-patch group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.66.0 to 1.88.2 - [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.66.0...v1.88.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index d9128b68..0449e1cc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gem 'fastlane', '~> 2.222' -gem 'rubocop', '~> 1.65' +gem 'rubocop', '~> 1.88' diff --git a/Gemfile.lock b/Gemfile.lock index 47916894..cfec9963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) artifactory (3.0.17) - ast (2.4.2) + ast (2.4.3) atomos (0.1.3) aws-eventstream (1.4.0) aws-partitions (1.1254.0) @@ -174,10 +174,11 @@ GEM httpclient (2.9.0) mutex_m jmespath (1.6.2) - json (2.19.7) + json (2.20.0) jwt (3.2.0) base64 - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.6) + lint_roller (1.1.0) logger (1.7.0) mini_magick (4.13.2) mini_mime (1.1.5) @@ -190,16 +191,17 @@ GEM optparse (0.8.1) os (1.1.4) ostruct (0.6.3) - parallel (1.26.3) - parser (3.3.4.2) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc plist (3.7.2) + prism (1.9.0) public_suffix (7.0.5) racc (1.8.1) rainbow (3.1.1) rake (13.4.2) - regexp_parser (2.9.2) + regexp_parser (2.12.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -207,18 +209,20 @@ GEM retriable (3.8.0) rexml (3.4.4) rouge (3.28.0) - rubocop (1.66.0) + rubocop (1.88.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.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, < 3.0) - rubocop-ast (1.32.2) - parser (>= 3.3.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.50.0) + parser (>= 3.3.7.2) + prism (~> 1.7) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.4.1) @@ -261,7 +265,7 @@ PLATFORMS DEPENDENCIES fastlane (~> 2.222) - rubocop (~> 1.65) + rubocop (~> 1.88) BUNDLED WITH 2.4.22