From 6ec2ce294ba8604ad5b2ff8201ee2708f1344ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:44:35 +0000 Subject: [PATCH] Build(deps-dev): Bump the bundler-dev group with 2 updates Bumps the bundler-dev group with 2 updates: [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) and [rspec-rails](https://github.com/rspec/rspec-rails). Updates `factory_bot_rails` from 6.2.0 to 6.4.0 - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.2.0...v6.4.0) Updates `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: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-dev - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-dev ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c36b5932..f8823c92d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,10 +139,10 @@ GEM smart_properties erubi (1.12.0) execjs (2.9.1) - factory_bot (6.2.1) + factory_bot (6.4.1) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.0) + factory_bot (~> 6.4) railties (>= 5.0.0) fast_stack (0.2.0) fasterer (0.11.0) @@ -356,7 +356,7 @@ GEM 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)