From 56311eeefbfcbbe43a2fb4169b03c8411327ac43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:21:14 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3373447b8..22e775cc4 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 18bc9d931..b47363fdb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,10 +215,10 @@ GEM json exiftool_vendored (12.60.0) exiftool (>= 0.7.0) - factory_bot (6.2.0) + factory_bot (6.4.6) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) faker (3.2.1) i18n (>= 1.8.11, < 2) @@ -720,7 +720,7 @@ DEPENDENCIES email_spec (~> 2.2.2) erb_lint (~> 0.5.0) exiftool_vendored (~> 12.60.0) - factory_bot_rails (~> 6.2.0) + factory_bot_rails (~> 6.4.3) faker (~> 3.2.1) file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1)