From 6bef292b5e460b5760aa5b61e0ac446b04833e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 18 Dec 2018 04:06:19 +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-slack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-slack.gemspec b/sensu-plugins-slack.gemspec index 06103ca..a590e23 100644 --- a/sensu-plugins-slack.gemspec +++ b/sensu-plugins-slack.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'sensu-plugin', '~> 2.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 'rake', '~> 10.0'