From fe4c8e1b38ccf48c466fd61b2f37a77ecbebf394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:53:49 +0000 Subject: [PATCH] Update dependency rubocop to v1.68.0 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9a6617f..efb0047 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'rack', '3.1.8' gem 'rack-test', '2.1.0' gem 'rackup', '2.1.0' gem 'rake', '13.2.1', require: false -gem 'rubocop', '1.67.0', require: false +gem 'rubocop', '1.68.0', require: false gem 'rubocop-rspec', '3.2.0', require: false gem 'ruby-fann', '2.0.2' gem 'sass', '3.7.4' diff --git a/Gemfile.lock b/Gemfile.lock index 427f19b..b4b2b65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM multipart-post oauth (~> 0.5, >= 0.5.0) jmespath (1.6.2) - json (2.7.4) + json (2.7.5) jwt (2.7.1) language_server-protocol (3.17.0.3) logger (1.6.1) @@ -157,7 +157,7 @@ GEM regexp_parser (2.9.2) rexml (3.3.6) strscan - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -167,7 +167,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-rspec (3.2.0) rubocop (~> 1.61) @@ -260,7 +260,7 @@ DEPENDENCIES rack-test (= 2.1.0) rackup (= 2.1.0) rake (= 13.2.1) - rubocop (= 1.67.0) + rubocop (= 1.68.0) rubocop-rspec (= 3.2.0) ruby-fann (= 2.0.2) sass (= 3.7.4)