add faker to production

This commit is contained in:
benji 2015-04-03 16:52:07 +02:00
parent 044ad2051d
commit 983174b67d

View file

@ -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'