From 432fc391bdd113e9f6d218bcb2c7db3d1b854c50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 01:27:19 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v2.29.2 --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 1e2221f..853d0fc 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.1', require: false gem 'rubocop', '1.61.0', require: false -gem 'rubocop-rspec', '2.27.1', require: false +gem 'rubocop-rspec', '2.29.2', 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 b0c877d..fcce970 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM rdoc reline (>= 0.4.2) iri (0.8.0) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -131,7 +131,7 @@ GEM racc (~> 1.4) openssl (3.2.0) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -215,16 +215,19 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-rspec (2.27.1) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sass (3.7.4) @@ -311,7 +314,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.1.1) rubocop (= 1.61.0) - rubocop-rspec (= 2.27.1) + rubocop-rspec (= 2.29.2) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)