From dc2f696253104ec635ca28590dcb2de22b41705a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 1 Nov 2018 15:57:53 +0000 Subject: [PATCH] Update stomp requirement from = 1.4.3 to = 1.4.5 Updates the requirements on [stomp](https://github.com/stompgem/stomp) to permit the latest version. - [Release notes](https://github.com/stompgem/stomp/releases) - [Changelog](https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md) - [Commits](https://github.com/stompgem/stomp/commits/v1.4.5) 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 ab45c5c..410e894 100644 --- a/sensu-plugins-rabbitmq.gemspec +++ b/sensu-plugins-rabbitmq.gemspec @@ -42,7 +42,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'inifile', '3.0.0' s.add_runtime_dependency 'rest-client', '2.0.2' s.add_runtime_dependency 'ruby_dig', '0.0.2' - s.add_runtime_dependency 'stomp', '1.4.3' + s.add_runtime_dependency 'stomp', '= 1.4.5' s.add_development_dependency 'bundler', '~> 1.7' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'