From 21f5265734685b58aef9c77bc7f55e84be5a8ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 1 Nov 2018 20:41:06 +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.9) Signed-off-by: dependabot[bot] --- sensu-plugins-mesos.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-mesos.gemspec b/sensu-plugins-mesos.gemspec index 64c5875..0ae0bb1 100644 --- a/sensu-plugins-mesos.gemspec +++ b/sensu-plugins-mesos.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'daybreak', '0.3.0' 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', '~> 1.3' s.add_development_dependency 'kitchen-docker', '~> 2.6' s.add_development_dependency 'kitchen-localhost', '~> 0.3'