Skip to content

Commit

Permalink
Deps: pin sinatra due (2.2.0) incompatibilities (#13784) (#13787)
Browse files Browse the repository at this point in the history
Backport PR #13784 to 8.1
  • Loading branch information
kares committed Feb 16, 2022
1 parent afd5aee commit 16d3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "concurrent-ruby", "~> 1"
gem.add_runtime_dependency "rack", '~> 2'
gem.add_runtime_dependency "mustermann", '~> 1.0.3'
gem.add_runtime_dependency "sinatra", '~> 2'
gem.add_runtime_dependency "sinatra", '~> 2.1.0' # pinned until GH-13777 is resolved
gem.add_runtime_dependency 'puma', '~> 5'
gem.add_runtime_dependency "jruby-openssl", "~> 0.11"

Expand Down

0 comments on commit 16d3e8c

Please sign in to comment.