From 920a4043fb1a726b3374e7b78af7cb0f8dd79ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:04:17 +0000 Subject: [PATCH] Bump rubocop from 1.75.8 to 1.80.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 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.75.8...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 7bf37ac..d9fee47 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development do # gem "error_highlight", ">= 0.4.0", platforms: [:ruby] - gem "rubocop", "~> 1.57" + gem "rubocop", "~> 1.80" gem "htmlbeautifier", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 6e51f12..180baef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.12.2) + json (2.13.2) kamal (2.7.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -268,7 +268,7 @@ GEM orm_adapter (0.5.0) ostruct (0.6.2) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pdf-reader (2.14.1) @@ -340,14 +340,14 @@ GEM rdoc (6.14.2) erb psych (>= 4.0.0) - regexp_parser (2.10.0) + regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.4.4) - rubocop (1.75.8) + rubocop (1.80.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -355,10 +355,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.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.45.1) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-performance (1.25.0) @@ -408,10 +408,10 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - standard (1.50.0) + standard (1.51.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.75.5) + rubocop (~> 1.80.2) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -447,9 +447,9 @@ GEM railties (>= 7.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.4) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) uri (1.0.4) useragent (0.16.11) warden (1.2.9) @@ -500,7 +500,7 @@ DEPENDENCIES pry (~> 0.15.2) puma (>= 5.0) rails (~> 8.0) - rubocop (~> 1.57) + rubocop (~> 1.80) selenium-webdriver sentry-rails (~> 5.26) sentry-ruby (~> 5.28)