From bf612c2e5c528693b5ec47c59f4553ddd579cca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:12:45 +0000 Subject: [PATCH] Bump factory_bot_rails from 6.2.0 to 6.4.0 Bumps [factory_bot_rails](https://github.com/thoughtbot/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) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 219f56e04..b05e91b10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,10 +121,10 @@ GEM ruby2_keywords erubi (1.12.0) execjs (2.8.1) - factory_bot (6.2.0) + 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) fakefs (2.5.0) faraday (2.7.10)