Skip to content

Commit

Permalink
Add faker gem
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariaf committed Dec 26, 2021
1 parent 6345a47 commit 436743f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ group :test do
gem "selenium-webdriver"
gem "webdrivers"
gem 'factory_bot_rails'
gem 'faker'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (2.19.0)
i18n (>= 1.6, < 2)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
Expand Down Expand Up @@ -218,6 +220,7 @@ DEPENDENCIES
capybara
debug
factory_bot_rails
faker
importmap-rails
jbuilder
pg (~> 1.1)
Expand Down

0 comments on commit 436743f

Please sign in to comment.