From bdc2fb0fbcb0e4f0475d080101159323128b04e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:01:32 +0000 Subject: [PATCH] Bump factory_bot_rails from 6.4.3 to 6.4.4 Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.3 to 6.4.4. - [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.3...v6.4.4) --- 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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index afd5adf06..30f202c0b 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6" group :development, :test do gem "debug", "~> 1.9.2" - gem "factory_bot_rails", "~> 6.4.3" + gem "factory_bot_rails", "~> 6.4.4" gem "faker", "~> 3.4.2" gem "i18n-tasks", "~> 0.9.37" gem "knapsack_pro", "~> 7.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7d2a69f09..eea2bc72b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,10 +217,10 @@ GEM json exiftool_vendored (12.97.0) exiftool (>= 0.7.0) - factory_bot (6.4.6) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot (6.5.1) + activesupport (>= 6.1.0) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) faker (3.4.2) i18n (>= 1.8.11, < 2) @@ -472,7 +472,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.10) + rack (2.2.11) rack-accept (0.4.5) rack (>= 0.4) rack-protection (3.2.0) @@ -706,7 +706,7 @@ GEM wkhtmltopdf-binary (0.12.6.8) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -742,7 +742,7 @@ DEPENDENCIES email_spec (~> 2.3.0) erb_lint (~> 0.9.0) exiftool_vendored (~> 12.97.0) - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) faker (~> 3.4.2) faraday-retry (~> 2.2.1) file_validators (~> 3.0.0)