From b07d4d30f442cb71484c95174ad6876e5c732b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:49:45 +0000 Subject: [PATCH] Bump rspec-rails from 6.0.4 to 6.1.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.4 to 6.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.4...v6.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 178ea70..17fc4c2 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :development do end group :test do - gem "rspec-rails", "~> 6.0.0" + gem "rspec-rails", "~> 6.1.1" gem "factory_bot_rails", "~> 6.2" gem "faker", "~> 3.2" gem "pundit-matchers", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8217a17..b60d862 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM devise_invitable (2.0.9) actionmailer (>= 5.0) devise (>= 4.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) discard (1.3.0) activerecord (>= 4.2, < 8) dockerfile-rails (1.6.6) @@ -362,15 +362,15 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) + rspec-core (3.12.3) rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-expectations (3.12.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-mocks (3.12.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.4) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -378,7 +378,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.12.2) rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -517,7 +517,7 @@ DEPENDENCIES rails-i18n (~> 7.0) react-rails (~> 3.2) responders (~> 3.1.0) - rspec-rails (~> 6.0.0) + rspec-rails (~> 6.1.1) selenium-webdriver standard (~> 1.34.0) standard-rails (~> 1.0.2)