From 51d834a2c9b26e67f38a60e38bbbda81390cc895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:56:55 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.63.4 to 1.66.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.66.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.63.4...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ee93ce..c5ea23c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,15 +83,15 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) openssl (3.2.0) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc prism (0.27.0) psych (5.1.2) stringio public_suffix (5.0.5) - racc (1.7.3) + racc (1.8.1) rack (3.0.10) rainbow (3.1.1) rbi (0.1.12) @@ -99,8 +99,8 @@ GEM sorbet-runtime (>= 0.5.9204) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.9.0) - rexml (3.2.6) + regexp_parser (2.9.2) + rexml (3.3.7) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -114,18 +114,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.63.4) + rubocop (1.66.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 (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) rubyntlm (0.6.3)