From efc81565dfd56d5df165df51ce4e7d7cd33de02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:21:08 -0400 Subject: [PATCH] Bump factory_bot from 6.4.6 to 6.5.0 (#153) Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.4.6 to 6.5.0. - [Release notes](https://github.com/thoughtbot/factory_bot/releases) - [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot/compare/v6.4.6...v6.5.0) --- updated-dependencies: - dependency-name: factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f34d22b..787172e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) - factory_bot (6.4.6) + factory_bot (6.5.0) activesupport (>= 5.0.0) globalid (1.2.1) activesupport (>= 6.1)