mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit 96f7e2949d
)
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
This commit is contained in:
parent
08d51f40ac
commit
f4a928e0fc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_runtime_dependency "rack", '~> 2'
|
gem.add_runtime_dependency "rack", '~> 2'
|
||||||
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', '>= 5.6.2'
|
||||||
gem.add_runtime_dependency "jruby-openssl", "~> 0.11"
|
gem.add_runtime_dependency "jruby-openssl", "~> 0.11"
|
||||||
gem.add_runtime_dependency "chronic_duration", "~> 0.10"
|
gem.add_runtime_dependency "chronic_duration", "~> 0.10"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue