mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update Bunny to 0.10.4+
I believe RabbitMQ input/output do not need updating but FTR, here's [the changelog](https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md).
This commit is contained in:
parent
378068173b
commit
89601605d0
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.8"] #(MIT license)
|
||||
gem.add_runtime_dependency "bunny", ["~> 0.10.4"] #(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