From eda292c576d9e4c8e88749cb581a5e72d9ada612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:23:04 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.3.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1ac268e..8a5c9a4 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'rake', '13.2.1', require: false gem 'rspec-rails', '7.1.0', require: false gem 'rubocop', '1.67.0', require: false gem 'rubocop-performance', '1.23.0', require: false -gem 'rubocop-rspec', '3.2.0', require: false +gem 'rubocop-rspec', '3.3.0', require: false gem 'simplecov', '0.22.0', require: false gem 'simplecov-cobertura', '2.1.0', require: false gem 'webmock', '3.24.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bb18e05..f84b585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.2.0) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) sawyer (0.9.2) @@ -301,7 +301,7 @@ DEPENDENCIES rspec-rails (= 7.1.0) rubocop (= 1.67.0) rubocop-performance (= 1.23.0) - rubocop-rspec (= 3.2.0) + rubocop-rspec (= 3.3.0) simplecov (= 0.22.0) simplecov-cobertura (= 2.1.0) webmock (= 3.24.0)