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'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -130,10 +130,15 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.3)
|
||||
kgio (2.9.3)
|
||||
leaflet-draw-rails (0.1.0)
|
||||
leaflet-markercluster-rails (0.7.0)
|
||||
railties (>= 3.1)
|
||||
leaflet-rails (0.7.4)
|
||||
logstash-event (1.2.02)
|
||||
logstasher (0.6.5)
|
||||
logstash-event (~> 1.2.0)
|
||||
request_store
|
||||
loofah (2.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.3)
|
||||
|
@ -192,6 +197,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.0.0)
|
||||
raindrops (0.13.0)
|
||||
rake (10.4.2)
|
||||
rdoc (4.2.0)
|
||||
json (~> 1.4)
|
||||
|
@ -282,6 +288,10 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.1)
|
||||
unicorn (4.9.0)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
web-console (2.2.1)
|
||||
|
@ -320,6 +330,7 @@ DEPENDENCIES
|
|||
leaflet-draw-rails
|
||||
leaflet-markercluster-rails (~> 0.7.0)
|
||||
leaflet-rails
|
||||
logstasher
|
||||
pg
|
||||
poltergeist
|
||||
pry-byebug
|
||||
|
@ -340,5 +351,6 @@ DEPENDENCIES
|
|||
spring-commands-rspec
|
||||
turbolinks
|
||||
uglifier (>= 1.3.0)
|
||||
unicorn
|
||||
web-console (~> 2.0)
|
||||
webmock
|
||||
|
|
Loading…
Reference in a new issue