From 8e835a23e308886e07b10fc39d012c63b01c3b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:02:30 +0000 Subject: [PATCH] Build(deps): Bump rubocop from 1.68.0 to 1.69.0 in /spec Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.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.68.0...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spec/Gemfile | 2 +- spec/Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/spec/Gemfile b/spec/Gemfile index 2312913e..4e1e649d 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'bosh-template' gem 'rspec' -gem 'rubocop', '~> 1.68.0' +gem 'rubocop', '~> 1.69.0' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 2014ac24..863b0ae6 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -27,21 +27,23 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.69.0) 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) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) + unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.36.1) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) semi_semantic (1.2.0) - unicode-display_width (2.6.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 @@ PLATFORMS DEPENDENCIES bosh-template rspec - rubocop (~> 1.68.0) + rubocop (~> 1.69.0) BUNDLED WITH 2.4.13