From c45284ed29a908f223bbcb88f3fd8c7f856f1e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:15:50 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v2.29.2 --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3be8f5f..58abc54 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,6 @@ gem 'rack', '2.2.9', require: false gem 'rake', '13.2.1', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.50.2', require: false -gem 'rubocop-rspec', '2.20.0', require: false +gem 'rubocop-rspec', '2.29.2', require: false gem 'simplecov', '0.22.0', require: false gem 'xcop', '0.7.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bc8ca72..490e756 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,8 @@ GEM mutex_m (0.2.0) nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) + racc (~> 1.4) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) @@ -136,9 +138,15 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-rspec (2.20.0) - rubocop (~> 1.33) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) + 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) simplecov (0.22.0) docile (~> 1.1) @@ -163,6 +171,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES minitest (= 5.23.1) @@ -171,7 +180,7 @@ DEPENDENCIES rake (= 13.2.1) rspec-rails (= 6.1.2) rubocop (= 1.50.2) - rubocop-rspec (= 2.20.0) + rubocop-rspec (= 2.29.2) simplecov (= 0.22.0) xcop (= 0.7.1)