From d878d291ab1f02be1554b1cda356d186c5c1b469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:08:15 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.4.0 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 947592a1..2b6491e9 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'rack-test', '2.2.0' gem 'rackup', '2.2.1' gem 'rake', '13.2.1', require: false gem 'rubocop', '1.69.2', require: false -gem 'rubocop-rspec', '3.3.0', require: false +gem 'rubocop-rspec', '3.4.0', require: false gem 'ruby-fann', '2.0.2' gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 1060366c..e7b96f8b 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.9.0) + json (2.9.1) jwt (2.7.1) language_server-protocol (3.17.0.3) logger (1.6.2) @@ -127,7 +127,7 @@ GEM sawyer (~> 0.9) openssl (3.2.0) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pdd (0.24.0) @@ -153,7 +153,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) rexml (3.3.6) strscan rubocop (1.69.2) @@ -166,9 +166,9 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-rspec (3.3.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) ruby-fann (2.0.2) ruby-filemagic (0.7.3) @@ -260,7 +260,7 @@ DEPENDENCIES rackup (= 2.2.1) rake (= 13.2.1) rubocop (= 1.69.2) - rubocop-rspec (= 3.3.0) + rubocop-rspec (= 3.4.0) ruby-fann (= 2.0.2) sass (= 3.7.4) sentry-raven (= 3.1.2)