joker-star-l commented on code in PR #44329: URL: https://github.com/apache/doris/pull/44329#discussion_r1851247559
########## extension/logstash/logstash-output-doris.gemspec: ########## @@ -41,7 +41,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'mini_cache', ">= 1.0.0", "< 2.0.0" s.add_runtime_dependency "rest-client", '~> 2.1' - s.add_development_dependency 'logstash-devutils', '~> 2.0', '>= 2.0.3' - s.add_development_dependency 'sinatra', '~> 2.0', '>= 2.0.8.1' - s.add_development_dependency 'webrick', '~> 1.6' + s.add_development_dependency 'logstash-devutils', '~> 1.3' Review Comment: This is the development environment version of the library and does not affect the runtime environment. The previous version had dependency conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
