From a14a596af775335d2f207ae5fc9fe2f2282a28a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:33:35 +0000 Subject: [PATCH] Update dependency rubocop to v1.73.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9fac682..77e8700 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'minitest-reporters', '1.7.1', require: false gem 'qbash', '>=0.4.0', require: false gem 'rake', '>=13', require: false gem 'redcarpet', '~>3.5' -gem 'rubocop', '1.72.2', require: false +gem 'rubocop', '1.73.0', require: false gem 'rubocop-minitest', '>0', require: false gem 'rubocop-performance', '>0', require: false gem 'rubocop-rake', '>0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 349edaa..c03c5bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM regexp_parser (2.10.0) retries (0.0.5) rexml (3.4.1) - rubocop (1.72.2) + rubocop (1.73.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -199,7 +199,7 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) rubocop-minitest (0.37.1) lint_roller (~> 1.1) @@ -278,7 +278,7 @@ DEPENDENCIES qbash (>= 0.4.0) rake (>= 13) redcarpet (~> 3.5) - rubocop (= 1.72.2) + rubocop (= 1.73.0) rubocop-minitest (> 0) rubocop-performance (> 0) rubocop-rake (> 0)