From c1759fed35fbae97eb1f0f5e6b4b50b3926fb48e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:11:14 +0000 Subject: [PATCH] Update codeclimate-test-reporter requirement from ~> 0.4.6 to ~> 1.0.9 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/compare/v0.4.6...v1.0.9) Signed-off-by: dependabot-preview[bot] --- nexpose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexpose.gemspec b/nexpose.gemspec index 6286ca87..e052e64b 100644 --- a/nexpose.gemspec +++ b/nexpose.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.platform = 'ruby' s.add_development_dependency('bundler', '~> 1.3') - s.add_development_dependency('codeclimate-test-reporter', '~> 0.4.6') + s.add_development_dependency('codeclimate-test-reporter', '~> 1.0.9') s.add_development_dependency('simplecov', '~> 0.9.1') s.add_development_dependency('rake') s.add_development_dependency('rspec', '~> 3.2')