Skip to content

Commit

Permalink
remove sinatra constraint (#14446)
Browse files Browse the repository at this point in the history
(cherry picked from commit 24c675c)
  • Loading branch information
jsvd authored and logstashmachine committed Aug 17, 2022
1 parent ee24f3c commit 6d94fca
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"
gem.add_runtime_dependency "chronic_duration", "~> 0.10"
Expand Down

0 comments on commit 6d94fca

Please sign in to comment.