From ac1c1071dc8c0c317035792d6b6f513f721832c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:42:01 +0000 Subject: [PATCH] Update dependency rspec-rails to v7.1.1 --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d082a36..7dc64ca 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'minitest', '5.25.4', require: false gem 'minitest-reporters', '1.7.1', require: false gem 'rake', '13.2.1', require: false gem 'random-port', '~>0.0', require: false -gem 'rspec-rails', '7.1.0', require: false +gem 'rspec-rails', '7.1.1', require: false gem 'rubocop', '1.71.0', require: false gem 'rubocop-minitest', '0.36.0', require: false gem 'rubocop-performance', '1.23.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7530c3d..2b21ea6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM stringio public_suffix (6.0.1) racc (1.8.1) - rack (3.1.8) + rack (3.1.9) rack-session (2.1.0) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -235,7 +235,7 @@ GEM io-console (~> 0.5) retries (0.0.5) rexml (3.4.0) - rspec-core (3.13.2) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -243,7 +243,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.0) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -270,6 +270,8 @@ GEM rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) rubocop-rspec (3.4.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) @@ -327,10 +329,11 @@ DEPENDENCIES minitest-reporters (= 1.7.1) rake (= 13.2.1) random-port (~> 0.0) - rspec-rails (= 7.1.0) + rspec-rails (= 7.1.1) rubocop (= 1.71.0) rubocop-minitest (= 0.36.0) rubocop-performance (= 1.23.1) + rubocop-rake (> 0) rubocop-rspec (= 3.4.0) simplecov (= 0.22.0) simplecov-cobertura (= 2.1.0)