Bump factory_bot_rails from 6.2.0 to 6.4.3

Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.2.0 to 6.4.3.
- [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.3)

---
updated-dependencies:
- dependency-name: factory_bot_rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-02 01:21:14 +00:00
committed by GitHub
parent 70edfbe624
commit 56311eeefb
2 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ end
group :development, :test do
gem "bullet", "~> 7.0.7"
gem "byebug", "~> 11.1.3"
gem "factory_bot_rails", "~> 6.2.0"
gem "factory_bot_rails", "~> 6.4.3"
gem "faker", "~> 3.2.1"
gem "i18n-tasks", "~> 0.9.37"
gem "knapsack_pro", "~> 5.7.0"