From 37e03eb23dba8425ea83f544de7839aaffa59923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:40:00 +0000 Subject: [PATCH] Bump rubocop from 1.68.0 to 1.69.0 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] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 47aa6ce..ce21ef7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake', '~> 13.2' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.68' +gem 'rubocop', '~> 1.69' gem 'rubocop-rake' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 6001f30..bb14b74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,16 +48,16 @@ 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) rubocop-rake (0.6.0) @@ -65,7 +65,9 @@ GEM rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.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) uri (1.0.2) vcr (6.3.1) base64 @@ -79,7 +81,7 @@ DEPENDENCIES rake (~> 13.2) relic_link! rspec (~> 3.13) - rubocop (~> 1.68) + rubocop (~> 1.69) rubocop-rake rubocop-rspec vcr (~> 6.3)