From e3614ef720ab87af82ec2a9293e7353fe20371e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:01:57 +0000 Subject: [PATCH] Update dependency rspec-rails to v6.1.4 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f3638646..89507f6c 100755 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.2', require: false gem 'minitest-reporters', '1.7.1', require: false gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false -gem 'rspec-rails', '6.1.3', require: false +gem 'rspec-rails', '6.1.4', require: false gem 'rubocop', '1.65.1', require: false gem 'rubocop-rspec', '3.0.4', require: false gem 'simplecov', '0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c284729f..a3d5ae39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM bigdecimal (3.1.8) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -166,9 +166,9 @@ GEM ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) nenv (0.3.0) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -233,7 +233,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -310,7 +310,7 @@ GEM slop (~> 4.4) yard (0.9.36) zache (0.13.1) - zeitwerk (2.6.16) + zeitwerk (2.6.17) zold-score (0.5.0) PLATFORMS @@ -327,7 +327,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) rake (= 13.2.1) random-port (~> 0) - rspec-rails (= 6.1.3) + rspec-rails (= 6.1.4) rubocop (= 1.65.1) rubocop-rspec (= 3.0.4) simplecov (= 0.22.0)