Skip to content

Commit

Permalink
Bump Puma lower version constraint to >= 6.4.2 (elastic#15773)
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel authored Jan 10, 2024
1 parent c8726b7 commit 50a5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "concurrent-ruby", "~> 1", "< 1.1.10" # pinned until https://github.com/elastic/logstash/issues/13956
gem.add_runtime_dependency "rack", '~> 2'
gem.add_runtime_dependency "sinatra", '~> 2'
gem.add_runtime_dependency 'puma', '~> 6.3', '>= 6.3.1'
gem.add_runtime_dependency 'puma', '~> 6.3', '>= 6.4.2'
gem.add_runtime_dependency "jruby-openssl", "~> 0.14.1"

gem.add_runtime_dependency "treetop", "~> 1" #(MIT license)
Expand Down

0 comments on commit 50a5894

Please sign in to comment.