[rabbitmq] Use at least HotBunnies 2.0.0.pre8

This commit is contained in:
Michael Klishin 2013-07-04 16:33:55 +04:00
parent 21387f9e04
commit 8aa18c3f95

View file

@ -90,7 +90,7 @@ Gem::Specification.new do |gem|
if RUBY_PLATFORM != 'java'
gem.add_runtime_dependency "bunny", ["~> 0.9.0.rc2"] #(MIT license)
else
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre7"] #(MIT license)
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre8"] #(MIT license)
end
if RUBY_VERSION >= '1.9.1'