Skip to content

Commit

Permalink
Add Faker gem in order to make sample users
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 20, 2017
1 parent 160a045 commit 0b4dab3
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 @@ -3,6 +3,7 @@ ruby '2.2.3'

gem 'dotenv-rails', groups: [:development, :test]
gem 'rails', '~> 4.2.4'
gem 'faker', '1.7.3'
gem 'airbrake', '~> 5.2'
gem 'devise'
gem 'geokit'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ GEM
railties (>= 4.0, < 5.1)
erubis (2.7.0)
execjs (2.6.0)
faker (1.7.3)
i18n (~> 0.5)
font-awesome-rails (4.5.0.1)
railties (>= 3.2, < 5.1)
geokit (1.10.0)
Expand Down Expand Up @@ -233,6 +235,7 @@ DEPENDENCIES
coveralls
devise
dotenv-rails
faker (= 1.7.3)
geokit
haml
http_accept_language
Expand Down

0 comments on commit 0b4dab3

Please sign in to comment.