Skip to content
Snippets Groups Projects
Unverified Commit 951e38d2 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Upgrade factory bot (#5558)

parent d1068d8e
Branches
Tags
No related merge requests found
......@@ -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'
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment