diff --git a/Gemfile b/Gemfile index 19a70c9c3af72f8514e6f8599a900ec5703366ab..9108f673cde060a5e80c83974c2d488c8d718fa2 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,7 @@ end group :test do gem 'capybara' + gem 'factory_bot', '>= 6.4.1' gem 'factory_bot_rails', '>= 6.3.0' gem 'faker' gem 'rspec-rails', '>= 6.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index e966754b95345622e6008ab8f5040849302b2298..3377223f90bd6fedb7df2303458f1a6a0b888ea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM drb (2.2.0) ruby2_keywords erubi (1.12.0) - factory_bot (6.4.0) + factory_bot (6.4.1) activesupport (>= 5.0.0) factory_bot_rails (6.4.0) factory_bot (~> 6.4) @@ -505,6 +505,7 @@ DEPENDENCIES data_migrate (>= 9.2.0) debug dotenv-rails + factory_bot (>= 6.4.1) factory_bot_rails (>= 6.3.0) faker google-cloud-storage (~> 1.44) @@ -538,3 +539,4 @@ DEPENDENCIES web-console (>= 4.2.1) webdrivers webmock +