Adding faker
This commit is contained in:
parent
691089dd1c
commit
74d3fc45dd
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||
ruby '1.9.3'
|
||||
|
||||
gem 'rails', '3.2.8'
|
||||
|
||||
gem 'faker'
|
||||
gem 'dotenv-rails'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
|
|
|
@ -58,6 +58,8 @@ GEM
|
|||
dotenv (= 0.10.0)
|
||||
erubis (2.7.0)
|
||||
execjs (2.0.2)
|
||||
faker (1.3.0)
|
||||
i18n (~> 0.5)
|
||||
gravtastic (3.2.6)
|
||||
hike (1.2.3)
|
||||
i18n (0.6.5)
|
||||
|
@ -162,6 +164,7 @@ DEPENDENCIES
|
|||
coffee-rails (~> 3.2.1)
|
||||
devise
|
||||
dotenv-rails
|
||||
faker
|
||||
gravtastic
|
||||
jquery-rails
|
||||
json
|
||||
|
|
Loading…
Reference in New Issue
Block a user