From af8bcbb0ce1f9ee8545255e18729bd62ba01683b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:13:03 +0000 Subject: [PATCH] Bump rubocop from 1.73.2 to 1.80.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.73.2 to 1.80.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.73.2...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index b306762..744a64f 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.80" gem "rubocop-minitest", "~> 0.36" gem "rubocop-rake", "~> 0.6" gem "sinatra", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c1ec855..0613e8f 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.2) + 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 @@ -78,11 +79,11 @@ GEM rake (13.2.1) rdoc (6.12.0) psych (>= 4.0.0) - regexp_parser (2.10.0) + regexp_parser (2.11.2) reline (0.6.0) io-console (~> 0.5) rexml (3.4.1) - rubocop (1.73.2) + rubocop (1.80.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -90,11 +91,12 @@ 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) 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) @@ -115,7 +117,7 @@ GEM tilt (2.6.0) typhoeus (1.4.1) ethon (>= 0.9.0) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) webmock (3.25.1) @@ -142,7 +144,7 @@ DEPENDENCIES minitest (~> 5.24) rackup (~> 2.1) rake (~> 13.2) - rubocop (~> 1.73) + rubocop (~> 1.80) rubocop-minitest (~> 0.36) rubocop-rake (~> 0.6) sinatra (~> 4.1)