[rabbitmq] Depend on HotBunnies 2.0.0.pre7+

This commit is contained in:
Michael Klishin 2013-07-02 16:50:40 +04:00
parent b80de9a0d8
commit bd8ffd5242

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.pre5"] #(MIT license)
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre7"] #(MIT license)
end
if RUBY_VERSION >= '1.9.1'