remove sinatra constraint (#14446) (#14451)

(cherry picked from commit 24c675ccd8)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-08-17 11:19:01 +01:00 committed by GitHub
parent ee24f3ce38
commit 2bf294f292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "mustermann", '~> 1.0.3'
gem.add_runtime_dependency "sinatra", '~> 2.1.0' # pinned until GH-13777 is resolved
gem.add_runtime_dependency "sinatra", '~> 2'
gem.add_runtime_dependency 'puma', '~> 5', '>= 5.6.2'
gem.add_runtime_dependency "jruby-openssl", "~> 0.11"
gem.add_runtime_dependency "chronic_duration", "~> 0.10"