From b72d2d401d2684b38167108da786aa9b46e615b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:11:10 +0000 Subject: [PATCH] Bump rubocop from 1.73.2 to 1.79.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.73.2 to 1.79.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.73.2...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index b306762..e468b13 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "debug", "~> 1.9" gem "minitest", "~> 5.24" gem "rackup", "~> 2.1" gem "rake", "~> 13.2" -gem "rubocop", "~> 1.73" +gem "rubocop", "~> 1.79" gem "rubocop-minitest", "~> 0.36" gem "rubocop-rake", "~> 0.6" gem "sinatra", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c1ec855..c03dc13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) @@ -41,8 +41,8 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.10.1) - language_server-protocol (3.17.0.4) + json (2.13.1) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.6.6) minitest (5.25.4) @@ -52,13 +52,14 @@ GEM racc (~> 1.4) nokogiri (1.18.3-x86_64-linux-gnu) racc (~> 1.4) - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.4.0) psych (5.2.3) date stringio @@ -82,7 +83,7 @@ GEM reline (0.6.0) io-console (~> 0.5) rexml (3.4.1) - rubocop (1.73.2) + rubocop (1.79.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -90,11 +91,13 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) + tsort (>= 0.2.0) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-minitest (0.37.1) lint_roller (~> 1.1) rubocop (>= 1.72.1, < 2.0) @@ -113,6 +116,7 @@ GEM tilt (~> 2.0) stringio (3.1.5) tilt (2.6.0) + tsort (0.2.0) typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (3.1.4) @@ -142,7 +146,7 @@ DEPENDENCIES minitest (~> 5.24) rackup (~> 2.1) rake (~> 13.2) - rubocop (~> 1.73) + rubocop (~> 1.79) rubocop-minitest (~> 0.36) rubocop-rake (~> 0.6) sinatra (~> 4.1)