mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
[rabbitmq] Depend on Bunny 0.9.2+
It includes connection recovery stability improvements.
This commit is contained in:
parent
af538da782
commit
596b151a79
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Gem::Specification.new do |gem|
|
|||
end
|
||||
|
||||
if RUBY_PLATFORM != 'java'
|
||||
gem.add_runtime_dependency "bunny", ["~> 0.9.1"] #(MIT license)
|
||||
gem.add_runtime_dependency "bunny", ["~> 0.9.2"] #(MIT license)
|
||||
else
|
||||
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre9"] #(MIT license)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue