From 99e72cb51d20f624dd44c5efb6674a9c5693ed54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:18:30 +0000 Subject: [PATCH] Bump rubocop Bumps the patch-and-minor-dependencies group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.68.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.68.0...v1.69.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 2298dd4..de7c360 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'htmlbeautifier', '~> 1.4' gem 'pry', '~> 0.15.0' gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.68.0', require: false + gem 'rubocop', '~> 1.69.1', require: false gem 'rubocop-performance', '~> 1.23.0', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 0716c77..e91c8ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) jaro_winkler (1.6.0) - json (2.8.2) + json (2.9.0) ka-ching-client (0.6.2) faraday (>= 2.7.10, < 2.12.0) httpx (>= 1.0.0, < 1.4.0) @@ -62,23 +62,23 @@ GEM rainbow (3.1.1) rake (13.2.1) rbs (2.8.4) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reverse_markdown (2.1.1) nokogiri rexml (3.3.9) roda (3.86.0) rack - rubocop (1.68.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.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.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) @@ -102,7 +102,9 @@ GEM yard (~> 0.9, >= 0.9.24) thor (1.3.2) tilt (2.4.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) yard (0.9.37) @@ -122,7 +124,7 @@ DEPENDENCIES rackup (~> 2.2) rake (~> 13.1) roda (~> 3.86) - rubocop (~> 1.68.0) + rubocop (~> 1.69.1) rubocop-performance (~> 1.23.0) solargraph (~> 0.50.0)