[rabbitmq] Depend on Bunny 0.9.2+

It includes connection recovery stability improvements.
This commit is contained in:
Michael Klishin 2013-07-23 23:40:43 +04:00
parent af538da782
commit 596b151a79

View file

@ -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