Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Bump faker from 2.14.0 to 2.17.0 #68

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -33,7 +33,7 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Use faker for db seed
gem 'faker', '~> 2.14'
gem 'faker', '~> 2.17'
end

group :development do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -72,11 +72,11 @@ GEM
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
crass (1.0.6)
erubi (1.9.0)
erubis (2.7.0)
faker (2.14.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
ffi (1.13.1)
globalid (0.4.2)
Expand All @@ -95,7 +95,7 @@ GEM
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -224,7 +224,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
capybara
faker (~> 2.14)
faker (~> 2.17)
haml (~> 5.2.1)
haml-rails (~> 2.0)
jbuilder (~> 2.10)
Expand Down