From dc9ad1eb92aeb05668b19aa6b7286cfaa010d4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:11:20 +0000 Subject: [PATCH] Bump rubocop from 1.66.1 to 1.69.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.69.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.66.1...v1.69.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 5c49f25..ad95016 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "rake", "~> 13.2" gem "minitest", "~> 5.25" -gem "rubocop", "~> 1.66" +gem "rubocop", "~> 1.69" diff --git a/Gemfile.lock b/Gemfile.lock index 2b7a8cc..a3695e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,30 +7,30 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - json (2.7.2) + json (2.9.0) language_server-protocol (3.17.0.3) minitest (5.25.2) mocha (2.6.1) ruby2_keywords (>= 0.0.5) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) - rubocop (1.66.1) + regexp_parser (2.9.3) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) @@ -39,7 +39,9 @@ GEM rubocop (~> 1.51) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - unicode-display_width (2.5.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS ruby @@ -49,7 +51,7 @@ DEPENDENCIES minitest (~> 5.25) mocha rake (~> 13.2) - rubocop (~> 1.66) + rubocop (~> 1.69) rubocop-minitest rubocop-shopify