Deps: unpin jruby-openssl in logstash-core (#13958)

This commit is contained in:
Karol Bucek 2022-04-12 12:20:31 +02:00 committed by GitHub
parent 2c253c563e
commit 0e0723a230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "mustermann", '~> 1.0.3' gem.add_runtime_dependency "mustermann", '~> 1.0.3'
gem.add_runtime_dependency "sinatra", '~> 2.1.0' # pinned until GH-13777 is resolved gem.add_runtime_dependency "sinatra", '~> 2.1.0' # pinned until GH-13777 is resolved
gem.add_runtime_dependency 'puma', '~> 5' gem.add_runtime_dependency 'puma', '~> 5'
gem.add_runtime_dependency "jruby-openssl", "~> 0.11.0" gem.add_runtime_dependency "jruby-openssl", "~> 0.11"
gem.add_runtime_dependency "chronic_duration", "~> 0.10" gem.add_runtime_dependency "chronic_duration", "~> 0.10"
gem.add_runtime_dependency "treetop", "~> 1" #(MIT license) gem.add_runtime_dependency "treetop", "~> 1" #(MIT license)