add gem unicorn and logstasher
This commit is contained in:
parent
ef306cb1be
commit
c5a2c7848e
2 changed files with 17 additions and 1 deletions
6
Gemfile
6
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue