We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b459982 commit a970791Copy full SHA for a970791
logstash-core/logstash-core.gemspec
@@ -64,6 +64,7 @@ Gem::Specification.new do |gem|
64
gem.add_runtime_dependency 'puma', '~> 6.3', '>= 6.4.2'
65
gem.add_runtime_dependency 'ruby-maven-libs', '~> 3', '>= 3.8.9'
66
gem.add_runtime_dependency "jar-dependencies",'= 0.4.1' # Pin to `0.4.1` until https://github.com/jruby/jruby/issues/7262 is resolved
67
+ gem.add_runtime_dependency "jruby-openssl", "~> 0.15.4"
68
69
gem.add_runtime_dependency "treetop", "~> 1" #(MIT license)
70
0 commit comments