add faker to production
This commit is contained in:
parent
044ad2051d
commit
983174b67d
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -47,9 +47,10 @@ group :test do
|
|||
gem 'capybara'
|
||||
gem 'launchy'
|
||||
gem "codeclimate-test-reporter", require: nil
|
||||
gem 'faker', '1.4.2'
|
||||
end
|
||||
|
||||
gem 'faker', '1.4.2'
|
||||
|
||||
#bootstrap
|
||||
gem 'bootstrap-sass', '3.2.0.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue