From da1fff089d4f8a806aaeb3afc003846c3356787d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:26:43 +0000 Subject: [PATCH] Bump rubocop from 1.53.1 to 1.64.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.53.1 to 1.64.1. - [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.53.1...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index a208858..be368bd 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :jekyll_plugins do end group :development do - gem 'rubocop', '~> 1.53' + gem 'rubocop', '~> 1.64' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 5d45d75..01c2002 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nuggets jekyll-watch (2.2.1) listen (~> 3.0) - json (2.6.3) + json (2.7.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -66,36 +66,36 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) nuggets (1.6.0) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.2.0) ast (~> 2.4.1) racc pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.4) - racc (1.7.1) + racc (1.8.0) rainbow (3.1.1) rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.1) + regexp_parser (2.9.2) rexml (3.2.8) strscan (>= 3.0.9) rouge (4.2.0) - rubocop (1.53.1) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) safe_yaml (1.0.5) sass-embedded (1.69.6) @@ -120,7 +120,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll-tagging - rubocop (~> 1.53) + rubocop (~> 1.64) sentry-ruby (~> 5.16) tzinfo-data webrick (~> 1.8)