Skip to content

Commit

Permalink
bump puma to 2.16.0
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
jsvd committed Feb 11, 2016
1 parent 2e53ee1 commit 8c35ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/logstash/inputs/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require "puma/server"
require "puma/minissl"
require "base64"
require "rack"

class Puma::Server
# ensure this method doesn't mess up our vanilla request
Expand Down
3 changes: 2 additions & 1 deletion logstash-input-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'stud'
s.add_runtime_dependency 'puma', '~> 2.11.3'
s.add_runtime_dependency 'puma', '~> 2.16', '>= 2.16.0'
s.add_runtime_dependency 'rack', '~> 1'

s.add_development_dependency 'logstash-devutils'
s.add_development_dependency 'logstash-codec-json'
Expand Down

0 comments on commit 8c35ceb

Please sign in to comment.