From dc4afe6ce81c3d4f51e4160984de226c03b61b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:28:41 +0000 Subject: [PATCH] chore(deps-dev): bump rubocop from 1.68.0 to 1.79.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.79.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.68.0...v1.79.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 73a3eb1..03a9d79 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gemspec group :development do gem 'rspec', '~> 3.13' - gem 'rubocop', '~> 1.68.0' + gem 'rubocop', '~> 1.79.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 9408e7f..93db06d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,17 +7,19 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.4.2) + ast (2.4.3) diff-lcs (1.5.1) - json (2.7.5) - language_server-protocol (3.17.0.3) - parallel (1.26.3) - parser (3.3.5.1) + json (2.13.2) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc + prism (1.4.0) racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.11.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -31,20 +33,24 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.79.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + 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.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) - parser (>= 3.3.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) ruby-progressbar (1.13.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS ruby @@ -52,7 +58,7 @@ PLATFORMS DEPENDENCIES rspec (~> 3.13) rspec-github! - rubocop (~> 1.68.0) + rubocop (~> 1.79.2) BUNDLED WITH 2.6.0