From 426ee069b53588bc7ea5a7da53fb0b9453043166 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 30 May 2025 04:30:42 -0400 Subject: [PATCH] Update `fabrication` to version 3.0.0 (#34850) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index da6a0cd296..58b152579b 100644 --- a/Gemfile +++ b/Gemfile @@ -201,7 +201,7 @@ group :development, :test do gem 'faker', '~> 3.2' # Generate factory objects - gem 'fabrication', '~> 2.30' + gem 'fabrication' # Profiling tools gem 'memory_profiler', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9e7ead9e93..53200e89b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,7 @@ GEM tzinfo excon (1.2.5) logger - fabrication (2.31.0) + fabrication (3.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (2.13.1) @@ -973,7 +973,7 @@ DEPENDENCIES doorkeeper (~> 5.6) dotenv email_spec - fabrication (~> 2.30) + fabrication faker (~> 3.2) faraday-httpclient fast_blank (~> 1.0)