add condensed logging

This commit is contained in:
Zachary Chai
2017-03-02 10:34:01 -05:00
parent 668886826f
commit ce7292e581
3 changed files with 15 additions and 0 deletions

View File

@ -49,6 +49,11 @@ group :development do
gem 'spring-watcher-listen', '~> 2.0.0'
end
group :production do
# For more condensed logging
gem "lograge"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]