From aca38d250c4def2c0c7181be8b9fb8e284b69a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 15 Dec 2018 19:53:39 +0000 Subject: [PATCH] Update codeclimate-test-reporter requirement from ~> 0.4 to ~> 1.0 Updates the requirements on [codeclimate-test-reporter](https://github.com/codeclimate/ruby-test-reporter) to permit the latest version. - [Release notes](https://github.com/codeclimate/ruby-test-reporter/releases) - [Changelog](https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md) - [Commits](https://github.com/codeclimate/ruby-test-reporter/commits/v1.0.7) 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 47894c6..e26aeaf 100644 --- a/sensu-plugins-rabbitmq.gemspec +++ b/sensu-plugins-rabbitmq.gemspec @@ -45,7 +45,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'stomp', '= 1.4.7' s.add_development_dependency 'bundler', '~> 1.7' - s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' + s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0' s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 12.3'