From beb612c3f891cc5030d230df9a692d5729baa675 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:23:11 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.1.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1bf44b13..b2838440 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.5', require: false +gem 'rubocop-rspec', '3.1.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 e5c6aab8..ac4ee270 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.1.0) rubocop (~> 1.61) ruby-fann (2.0.2) ruby-filemagic (0.7.3) @@ -222,7 +222,7 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.1) version_gem (1.1.3) webrick (1.8.2) @@ -260,7 +260,7 @@ DEPENDENCIES rackup (= 2.1.0) rake (= 13.2.1) rubocop (= 1.66.1) - rubocop-rspec (= 3.0.5) + rubocop-rspec (= 3.1.0) ruby-fann (= 2.0.2) sass (= 3.7.4) sentry-raven (= 3.1.2)