From ab600e4273fe3af9c75290ea145dfba273c21ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:37:41 +0000 Subject: [PATCH] Bump factory_bot_rails from 6.4.4 to 6.5.1 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.4 to 6.5.1. - [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.4...v6.5.1) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-version: 6.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cc2153d9..353ac89e 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :development, :test do gem "shoulda-matchers", ">= 6.2.0" gem "capybara" - gem "factory_bot_rails", "~> 6.4.3" + gem "factory_bot_rails", "~> 6.5.1" # Call "byebug" anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :windows] diff --git a/Gemfile.lock b/Gemfile.lock index 07540208..f8855887 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,9 +140,9 @@ GEM erubi (1.13.1) factory_bot (6.5.5) activesupport (>= 6.1.0) - factory_bot_rails (6.4.4) + factory_bot_rails (6.5.1) factory_bot (~> 6.5) - railties (>= 5.0.0) + railties (>= 6.1.0) faker (3.4.2) i18n (>= 1.8.11, < 2) faraday (2.14.0) @@ -491,7 +491,7 @@ DEPENDENCIES dartsass-rails devise (~> 4.9.3) dotenv-rails - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.5.1) faker (~> 3.4.2) faraday (~> 2.14.0) geo_coord