Skip to content

Commit

Permalink
remove sinatra constraint (#14446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Aug 17, 2022
1 parent 4cb900c commit 24c675c
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 24c675c

Please sign in to comment.