From a647fd2a0c1ead6f384a414db6d4ec32271982bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:16:30 +0000 Subject: [PATCH] Build(deps): Bump rubocop from 1.69.0 to 1.69.1 in /spec Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.0 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.69.0...v1.69.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spec/Gemfile | 2 +- spec/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spec/Gemfile b/spec/Gemfile index 4e1e649d..0fcc0a5c 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'bosh-template' gem 'rspec' -gem 'rubocop', '~> 1.69.0' +gem 'rubocop', '~> 1.69.1' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 863b0ae6..4cf7a15b 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -5,7 +5,7 @@ GEM bosh-template (2.4.0) semi_semantic (~> 1.2.0) diff-lcs (1.5.1) - json (2.8.2) + json (2.9.0) language_server-protocol (3.17.0.3) parallel (1.26.3) parser (3.3.6.0) @@ -13,7 +13,7 @@ GEM racc racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -27,17 +27,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.69.0) + 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.36.1, < 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, < 4.0) - rubocop-ast (1.36.1) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) semi_semantic (1.2.0) @@ -51,7 +51,7 @@ PLATFORMS DEPENDENCIES bosh-template rspec - rubocop (~> 1.69.0) + rubocop (~> 1.69.1) BUNDLED WITH 2.4.13