From a14b7c4953ca2069b0f630948d307b19409a8eb3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 14:00:28 +0000 Subject: [PATCH] Update rspec-rails to version 6.0.2 --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6bc56b65..d6d96045 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,9 +293,9 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.20.0) + loofah (2.21.2) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -341,7 +341,7 @@ GEM next_rails (1.2.4) colorize (>= 0.8.1) nio4r (2.5.9) - nokogiri (1.14.3) + nokogiri (1.14.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth2 (2.0.9) @@ -483,14 +483,14 @@ GEM rspec-mocks (3.12.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.1) + rspec-rails (6.0.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.11) - rspec-expectations (~> 3.11) - rspec-mocks (~> 3.11) - rspec-support (~> 3.11) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) rspec-support (3.12.0) rubocop (1.50.2) json (~> 2.3) @@ -578,7 +578,7 @@ GEM stripe (> 5, < 6) sysexits (1.2.0) temple (0.10.0) - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) timecop (0.9.6) timeout (0.3.2)