add factory_bot_rails
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -28,6 +28,8 @@ gem "bootsnap", require: false
|
|||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem "rspec-rails", "~> 5.1"
|
gem "rspec-rails", "~> 5.1"
|
||||||
|
gem "factory_bot_rails", "~> 6.2"
|
||||||
|
|
||||||
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ GEM
|
|||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.0)
|
||||||
digest (3.1.0)
|
digest (3.1.0)
|
||||||
erubi (1.10.0)
|
erubi (1.10.0)
|
||||||
|
factory_bot (6.2.1)
|
||||||
|
activesupport (>= 5.0.0)
|
||||||
|
factory_bot_rails (6.2.0)
|
||||||
|
factory_bot (~> 6.2.0)
|
||||||
|
railties (>= 5.0.0)
|
||||||
globalid (1.0.0)
|
globalid (1.0.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
@@ -210,6 +215,7 @@ DEPENDENCIES
|
|||||||
annotate (~> 3.2)
|
annotate (~> 3.2)
|
||||||
bootsnap
|
bootsnap
|
||||||
debug
|
debug
|
||||||
|
factory_bot_rails (~> 6.2)
|
||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user