add factory_bot_rails

This commit is contained in:
João Geonizeli
2022-07-20 21:23:40 -03:00
parent 473a3eb2a5
commit d327884cce
2 changed files with 8 additions and 0 deletions

View File

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

View File

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