mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-06 22:37:16 +02:00
Using puma to reduce too many warning on production
WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
This commit is contained in:
parent
e536650131
commit
d84f88bb3e
1
Gemfile
1
Gemfile
@ -8,7 +8,6 @@ group :development, :test do
|
||||
gem "rake"
|
||||
gem "pry"
|
||||
gem "rspec-rails", "~> 3.0"
|
||||
gem "puma"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
@ -12,6 +12,7 @@ PATH
|
||||
i18n_generators (= 1.2.1)
|
||||
jbuilder (~> 2.0)
|
||||
jquery-rails (~> 3.1.0)
|
||||
puma
|
||||
rails (= 4.1.1)
|
||||
sass-rails (~> 4.0.3)
|
||||
settingslogic
|
||||
@ -225,7 +226,6 @@ DEPENDENCIES
|
||||
factory_girl_rails
|
||||
fluentd-ui!
|
||||
pry
|
||||
puma
|
||||
rake
|
||||
rspec-rails (~> 3.0)
|
||||
simplecov (~> 0.7.1)
|
||||
|
@ -33,4 +33,5 @@ Gem::Specification.new do |spec|
|
||||
spec.add_dependency "bundler"
|
||||
spec.add_dependency "httpclient"
|
||||
spec.add_dependency "settingslogic"
|
||||
spec.add_dependency "puma"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user