From 98d88b5aa70c7471727cf6a545a43baac1ffa971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:41:46 +0000 Subject: [PATCH] Build(deps-dev): Bump factory_bot_rails from 6.4.2 to 6.4.3 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.2 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.4.2...v6.4.3) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4432690287..d9e2a85b0c 100644 --- a/Gemfile +++ b/Gemfile @@ -183,7 +183,7 @@ end group :test, :development do gem 'bullet', '~> 7.1.4' - gem 'factory_bot_rails', '~> 6.4.2' + gem 'factory_bot_rails', '~> 6.4.3' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.2.0' gem 'rspec-rails', '~> 6.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index ddd0d4a0f6..871bf06e33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,9 +207,9 @@ GEM actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) execjs (2.7.0) - factory_bot (6.4.2) + factory_bot (6.4.5) activesupport (>= 5.0.0) - factory_bot_rails (6.4.2) + factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) fancybox-rails (0.3.1) @@ -585,7 +585,7 @@ DEPENDENCIES dalli (~> 3.2.6) excel_analyzer! exception_notification (~> 4.5.0) - factory_bot_rails (~> 6.4.2) + factory_bot_rails (~> 6.4.3) fancybox-rails (~> 0.3.0) fast_gettext (~> 2.3.0) fivemat (~> 1.3.7)