From 92b29541125011cc38620e0fb008808eed94ff5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:39:54 +0000 Subject: [PATCH] Bump rubocop from 1.57.0 to 1.59.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.0 to 1.59.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.57.0...v1.59.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, 8 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e225f5206f..56818d2531 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'rake', '~> 13.0' # gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' gem 'otr-activerecord', '= 2.1.2' gem 'sqlite3', '~> 1.6' -gem 'rubocop', '~> 1.57.0', require: false +gem 'rubocop', '~> 1.59.0', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index bcac7cbd2a..5b9fac403e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,6 @@ GEM async-io (~> 1.15) async-io (1.34.3) async - base64 (0.1.1) browserstack-local (1.4.3) byebug (11.1.3) capybara (3.39.2) @@ -100,7 +99,7 @@ GEM otr-activerecord (2.1.2) activerecord (>= 4.0, < 7.1) hashie-forbidden_attributes (~> 0.1) - parallel (1.23.0) + parallel (1.24.0) parseconfig (1.1.2) parser (3.2.2.4) ast (~> 2.4.1) @@ -118,7 +117,7 @@ GEM qr4r (0.6.1) mojo_magick (~> 0.6.5) rqrcode_core (~> 0.1) - racc (1.7.1) + racc (1.7.3) rack (2.2.7) rack-protection (3.0.6) rack @@ -128,7 +127,7 @@ GEM rake (13.0.6) rdoc (6.6.1) psych (>= 4.0.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) reline (0.4.1) io-console (~> 0.5) rest-client (2.1.0) @@ -152,8 +151,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.57.0) - base64 (~> 0.1.1) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -161,10 +159,10 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -265,7 +263,7 @@ DEPENDENCIES rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.12) - rubocop (~> 1.57.0) + rubocop (~> 1.59.0) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.14)