From 53b0980051ea7383a94fc3163efc9d8e3d746197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:36:05 +0000 Subject: [PATCH] Build(deps-dev): Bump rubocop from 1.68.0 to 1.69.1 Bumps [rubocop](https://github.com/rubocop/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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 0023f29245..f740e99d1d 100644 --- a/Gemfile +++ b/Gemfile @@ -200,7 +200,7 @@ group :development do gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0' gem 'launchy', '< 3.1.0' gem 'web-console', '>= 3.3.0' - gem 'rubocop', '~> 1.68.0', require: false + gem 'rubocop', '~> 1.69.1', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..5dc489f4da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ GEM redis (4.8.1) redlock (1.3.2) redis (>= 3.0.0, < 6.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -455,17 +455,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - 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) @@ -540,7 +540,9 @@ GEM uglifier (4.2.1) execjs (>= 0.3.0, < 3) unicode (0.4.4.5) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) unidecoder (1.1.2) uniform_notifier (1.16.0) uri (1.0.1) @@ -643,7 +645,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.1) rspec-rails (~> 7.1.0) - rubocop (~> 1.68.0) + rubocop (~> 1.69.1) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!