From bf993aa9dcb014f348121186b52e3be23df3c623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:47:38 +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 | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3e6b4caab3..5839dd7f3e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rake', '~> 13.2' gem 'activerecord', '~> 7.2' gem 'otr-activerecord', '~> 2.4.0' gem 'sqlite3', '~> 2.2' -gem 'rubocop', '~> 1.68.0', require: false +gem 'rubocop', '~> 1.69.0', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 90a9219162..4e94676df5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM hashie-forbidden_attributes (~> 0.1) parallel (1.26.3) parseconfig (1.1.2) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc power_assert (2.0.4) @@ -179,17 +179,17 @@ 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) - rubocop-ast (1.33.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -251,7 +251,9 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.1) execjs (>= 0.3.0, < 3) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) webrick (1.9.0) websocket (1.2.11) websocket-client-simple (0.6.1) @@ -300,7 +302,7 @@ DEPENDENCIES rdoc (~> 6.8) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.68.0) + rubocop (~> 1.69.0) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.27)