From 8c39b972ae10c74141c54ec5da50e7ea9f0de419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 10:37:24 +0000 Subject: [PATCH] Update amq-protocol requirement from = 2.0.1 to = 2.3.0 Updates the requirements on [amq-protocol](https://github.com/ruby-amqp/amq-protocol) to permit the latest version. - [Release notes](https://github.com/ruby-amqp/amq-protocol/releases) - [Changelog](https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md) - [Commits](https://github.com/ruby-amqp/amq-protocol/commits/v2.3.0) Signed-off-by: dependabot[bot] --- sensu-plugins-rabbitmq.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-rabbitmq.gemspec b/sensu-plugins-rabbitmq.gemspec index dbafb7e..ebc67d9 100644 --- a/sensu-plugins-rabbitmq.gemspec +++ b/sensu-plugins-rabbitmq.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'sensu-plugin', '~> 4.0' - s.add_runtime_dependency 'amq-protocol', '2.0.1' + s.add_runtime_dependency 'amq-protocol', '2.3.0' s.add_runtime_dependency 'bunny', '= 2.6.4' s.add_runtime_dependency 'carrot-top', '0.0.7' s.add_runtime_dependency 'inifile', '3.0.0'