Skip to content

Commit

Permalink
remove sinatra constraint (elastic#14446) (elastic#14450)
Browse files Browse the repository at this point in the history
(cherry picked from commit 24c675c)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jsvd committed Aug 17, 2022
1 parent 8ad5090 commit 147e44e
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", "< 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"

Expand Down

0 comments on commit 147e44e

Please sign in to comment.