From dd23a4e805058e183c1b4572b38bd32abf5ddfa7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 04:36:07 +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-filesystem-checks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-filesystem-checks.gemspec b/sensu-plugins-filesystem-checks.gemspec index c54d1bf..3177996 100644 --- a/sensu-plugins-filesystem-checks.gemspec +++ b/sensu-plugins-filesystem-checks.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'sensu-plugin', '~> 4.0' s.add_development_dependency 'bundler', '~> 2.1' - s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' + s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0' s.add_development_dependency 'github-markup', '~> 4.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 13.0'