From a7659c0bd0b80df44bd6dee634c73d67e67bf1a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:32:05 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3 --- Gemfile | 2 +- Gemfile.lock | 21 ++++++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 31c68ce..d61d5bf 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,6 @@ gem 'rack', '3.0.11', require: false gem 'rake', '13.2.1', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.64.1', require: false -gem 'rubocop-rspec', '2.31.0', require: false +gem 'rubocop-rspec', '3.0.1', 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 9b21a47..334df5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) + parallel (1.25.1) parser (3.3.2.0) ast (~> 2.4.1) racc @@ -106,8 +106,8 @@ GEM regexp_parser (2.9.2) reline (0.5.7) io-console (~> 0.5) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.0) + strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -138,17 +138,8 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) 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.31.0) - 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) + rubocop-rspec (3.0.1) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -182,7 +173,7 @@ DEPENDENCIES rake (= 13.2.1) rspec-rails (= 6.1.2) rubocop (= 1.64.1) - rubocop-rspec (= 2.31.0) + rubocop-rspec (= 3.0.1) simplecov (= 0.22.0) xcop (= 0.7.1)