From e029ab9f50638370eab3be9efc97d5a3eb1430e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:06:23 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.0.4 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 56b5c10f..e51cc0ad 100755 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false gem 'rspec-rails', '6.1.3', require: false gem 'rubocop', '1.65.1', require: false -gem 'rubocop-rspec', '3.0.3', require: false +gem 'rubocop-rspec', '3.0.4', require: false gem 'simplecov', '0.22.0', require: false gem 'webmock', '3.23.1', require: false gem 'xcop', '>=0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e9b9f0e1..044f7ee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -329,7 +329,7 @@ DEPENDENCIES random-port (~> 0) rspec-rails (= 6.1.3) rubocop (= 1.65.1) - rubocop-rspec (= 3.0.3) + rubocop-rspec (= 3.0.4) simplecov (= 0.22.0) webmock (= 3.23.1) xcop (>= 0.6)