From cac39f4d8d0a1880bb56e067da94fc54bc7bdff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 18 Dec 2018 04:42:57 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.40.0 to ~> 0.50.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/commits/v0.50.0) Signed-off-by: dependabot[bot] --- sensu-plugins-opentsdb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-opentsdb.gemspec b/sensu-plugins-opentsdb.gemspec index a043cf1..018e9cf 100644 --- a/sensu-plugins-opentsdb.gemspec +++ b/sensu-plugins-opentsdb.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10' - s.add_development_dependency 'rubocop', '~> 0.40.0' + s.add_development_dependency 'rubocop', '~> 0.50.0' s.add_development_dependency 'rspec', '~> 3.1' s.add_development_dependency 'rake', '~> 12.3' s.add_development_dependency 'redcarpet', '~> 3.2'