add gem unicorn and logstasher

This commit is contained in:
Tanguy PATTE 2015-09-01 14:25:15 +02:00
parent ef306cb1be
commit c5a2c7848e
2 changed files with 17 additions and 1 deletions

View file

@ -26,7 +26,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
# gem 'unicorn'
gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
@ -57,6 +57,10 @@ gem 'bootstrap-datepicker-rails'
gem 'chartkick'
gem 'logstasher'
group :test do
gem 'capybara'
gem 'factory_girl'