From 8f414145aa6c5257c90941e6d94dd11bac6b03b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:37:55 +0000 Subject: [PATCH] Bump rubocop from 1.82.1 to 1.87.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.87.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.82.1...v1.87.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 86823da..94a4a74 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :jekyll_plugins do end group :development do - gem 'rubocop', '~> 1.53' + gem 'rubocop', '~> 1.87' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 9e5c75e..b11c29c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM nuggets jekyll-watch (2.2.1) listen (~> 3.0) - json (2.18.0) + json (2.19.7) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -75,13 +75,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) nuggets (1.6.1) - parallel (1.27.0) - parser (3.3.10.0) + parallel (2.1.0) + parser (3.3.11.1) ast (~> 2.4.1) racc pathutil (0.16.2) forwardable-extended (~> 2.6) - prism (1.7.0) + prism (1.9.0) public_suffix (7.0.2) racc (1.8.1) rainbow (3.1.1) @@ -89,21 +89,21 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.11.3) + regexp_parser (2.12.0) rexml (3.4.4) rouge (4.7.0) - rubocop (1.82.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) ruby-progressbar (1.13.0) @@ -130,7 +130,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll-tagging - rubocop (~> 1.53) + rubocop (~> 1.87) sentry-ruby (~> 6.2) tzinfo-data webrick (~> 1.9)