mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Deps: unpin jruby-openssl in logstash-core (#13958)
This commit is contained in:
parent
2c253c563e
commit
0e0723a230
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue