Update fabrication to version 3.0.0 (#34850)

This commit is contained in:
Matt Jankowski 2025-05-30 04:30:42 -04:00 committed by GitHub
parent 7fc10bc7b0
commit 426ee069b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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