From 1f1012021a5d5ab990bbb9c99351839de57332d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 18 Dec 2018 03:50:33 +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-ipmi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-ipmi.gemspec b/sensu-plugins-ipmi.gemspec index 5fb81b9..5ae3e54 100644 --- a/sensu-plugins-ipmi.gemspec +++ b/sensu-plugins-ipmi.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'rubyipmi', '0.10.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', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rubocop', '~> 0.40.0'