From 1215a570936ecb8161e8df4154175d42a85009a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 05:19:45 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.51.0 to ~> 0.80.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/compare/v0.51.0...v0.80.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-opsgenie.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-opsgenie.gemspec b/sensu-plugins-opsgenie.gemspec index d40d38a..7b4d86b 100644 --- a/sensu-plugins-opsgenie.gemspec +++ b/sensu-plugins-opsgenie.gemspec @@ -42,7 +42,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_development_dependency 'rake', '~> 10.0' s.add_development_dependency 'redcarpet', '~> 3.2' s.add_development_dependency 'rspec', '~> 3.1' - s.add_development_dependency 'rubocop', '~> 0.51.0' + s.add_development_dependency 'rubocop', '~> 0.80.0' s.add_development_dependency 'serverspec', '~> 2.36.1' s.add_development_dependency 'test-kitchen', '~> 1.6' s.add_development_dependency 'yard', '~> 0.8'