From 0b3328db34a5cca44124a5496fac1c092e407eda Mon Sep 17 00:00:00 2001 From: Ladislav Smola Date: Mon, 22 Feb 2016 15:43:07 +0100 Subject: [PATCH] Update Bunny gem Update Bunny gem, the old gem couldn't handle reconnect when amqp service got restarted. Seems like new bunny works the same, so no changes in using it are needed. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1222005 --- gems/pending/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gems/pending/Gemfile b/gems/pending/Gemfile index 97f568a55f6..40bb7d6a183 100644 --- a/gems/pending/Gemfile +++ b/gems/pending/Gemfile @@ -55,7 +55,7 @@ if RbConfig::CONFIG["host_os"].include?("linux") end end -gem "bunny", "~>1.0.4", :require => false +gem "bunny", "~>2.1.0", :require => false group :appliance do gem "highline", "~> 1.6.21", :require => false # Needed for the appliance_console