From 58e3e944a1f0135a07490fb54887a5238ef2483d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:15:29 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.0.4 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8b4796c13..160ceab9a 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.61.0', require: false -gem 'rubocop-rspec', '3.0.3', require: false +gem 'rubocop-rspec', '3.0.4', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index f7e36a70b..70df6f700 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM random-port (~> 0.3) psych (5.1.2) stringio - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -168,7 +168,7 @@ GEM io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) - rexml (3.3.1) + rexml (3.3.4) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -200,7 +200,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) @@ -284,7 +284,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.1.2) rubocop (= 1.61.0) - rubocop-rspec (= 3.0.3) + rubocop-rspec (= 3.0.4) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)