Update fabrication
to version 3.0.0 (#34850)
This commit is contained in:
parent
7fc10bc7b0
commit
426ee069b5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -201,7 +201,7 @@ group :development, :test do
|
||||||
gem 'faker', '~> 3.2'
|
gem 'faker', '~> 3.2'
|
||||||
|
|
||||||
# Generate factory objects
|
# Generate factory objects
|
||||||
gem 'fabrication', '~> 2.30'
|
gem 'fabrication'
|
||||||
|
|
||||||
# Profiling tools
|
# Profiling tools
|
||||||
gem 'memory_profiler', require: false
|
gem 'memory_profiler', require: false
|
||||||
|
|
|
@ -223,7 +223,7 @@ GEM
|
||||||
tzinfo
|
tzinfo
|
||||||
excon (1.2.5)
|
excon (1.2.5)
|
||||||
logger
|
logger
|
||||||
fabrication (2.31.0)
|
fabrication (3.0.0)
|
||||||
faker (3.5.1)
|
faker (3.5.1)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
faraday (2.13.1)
|
faraday (2.13.1)
|
||||||
|
@ -973,7 +973,7 @@ DEPENDENCIES
|
||||||
doorkeeper (~> 5.6)
|
doorkeeper (~> 5.6)
|
||||||
dotenv
|
dotenv
|
||||||
email_spec
|
email_spec
|
||||||
fabrication (~> 2.30)
|
fabrication
|
||||||
faker (~> 3.2)
|
faker (~> 3.2)
|
||||||
faraday-httpclient
|
faraday-httpclient
|
||||||
fast_blank (~> 1.0)
|
fast_blank (~> 1.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue