ensure puma is at least 5.6.2 (#13944) (#14025)

(cherry picked from commit 96f7e2949d)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-04-26 10:40:14 +01:00 committed by GitHub
parent 08d51f40ac
commit f4a928e0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Gem::Specification.new do |gem|
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 'puma', '~> 5'
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"