From 3c81fc3d9bb28f33b13837c59360474a5bb7733a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:03:18 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.0.5 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 36c6c95..21d635d 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'rack-test', '2.1.0' gem 'rackup', '2.1.0' gem 'rake', '13.2.1', require: false gem 'rubocop', '1.66.1', require: false -gem 'rubocop-rspec', '3.0.4', require: false +gem 'rubocop-rspec', '3.0.5', 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 e4a5078..cf7a6ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM sawyer (~> 0.9) openssl (3.2.0) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pdd (0.24.0) @@ -165,9 +165,9 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.2) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-rspec (3.0.4) + rubocop-rspec (3.0.5) rubocop (~> 1.61) ruby-fann (2.0.2) ruby-filemagic (0.7.3) @@ -259,7 +259,7 @@ DEPENDENCIES rackup (= 2.1.0) rake (= 13.2.1) rubocop (= 1.66.1) - rubocop-rspec (= 3.0.4) + rubocop-rspec (= 3.0.5) ruby-fann (= 2.0.2) sass (= 3.7.4) sentry-raven (= 3.1.2)