From 6271150e48387f289128c3168bb87c3a980a10be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:31:49 +0000 Subject: [PATCH] Bump rspec-rails from 6.0.3 to 6.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.3...v6.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55e0326..69e28f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM reline (>= 0.3.1) diff-lcs (1.5.0) docile (1.4.0) - drb (2.1.1) + drb (2.2.0) ruby2_keywords erubi (1.12.0) factory_bot (6.2.1) @@ -144,8 +144,9 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.6.0) - irb (1.7.0) - reline (>= 0.3.0) + irb (1.9.1) + rdoc + reline (>= 0.3.8) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -163,7 +164,7 @@ GEM railties (>= 5.2) rexml lint_roller (1.1.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -177,7 +178,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) minitest (5.20.0) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.2) date net-protocol @@ -206,6 +207,8 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (5.1.1.1) + stringio public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) @@ -248,13 +251,15 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) + rdoc (6.6.0) + psych (>= 4.0.0) redis (5.0.8) redis-client (>= 0.17.0) redis-client (0.18.0) connection_pool regexp_parser (2.8.2) - reline (0.3.5) + reline (0.4.0) io-console (~> 0.5) rexml (3.2.6) rspec-core (3.12.2) @@ -262,10 +267,10 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -327,6 +332,7 @@ GEM rubocop-performance (~> 1.19.1) stimulus-rails (1.3.0) railties (>= 6.0.0) + stringio (3.0.9) strong_migrations (1.6.4) activerecord (>= 5.2) thor (1.3.0)