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

Bump faker from 2.13.0 to 2.17.0 #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -17,7 +17,7 @@ gem 'jbuilder', '2.10.0'
# Use postgresql as the database for Active Record
gem 'pg', '1.2.3'

gem 'faker', '2.13.0'
gem 'faker', '2.17.0'
gem 'will_paginate', '3.3.0'
gem 'bootstrap-will_paginate', '1.0.0'
gem 'omniauth-google-oauth2', '0.8.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -55,11 +55,11 @@ GEM
json
simplecov
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
crass (1.0.6)
docile (1.3.2)
erubi (1.9.0)
faker (2.13.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
Expand All @@ -81,7 +81,7 @@ GEM
guard-compat (~> 1.2)
minitest (>= 3.0)
hashie (4.1.0)
i18n (1.8.3)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -219,7 +219,7 @@ DEPENDENCIES
bootstrap-will_paginate (= 1.0.0)
byebug (= 11.1.3)
codecov
faker (= 2.13.0)
faker (= 2.17.0)
guard (= 2.16.2)
guard-minitest (= 2.4.6)
jbuilder (= 2.10.0)
Expand Down