From 909bbc7fdb670be6a1af35dfe7247dd32c1bc0d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 05:26:32 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.80.1 to ~> 0.81.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.80.1...v0.81.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-java.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-java.gemspec b/sensu-plugins-java.gemspec index c54b5f9..7c03320 100644 --- a/sensu-plugins-java.gemspec +++ b/sensu-plugins-java.gemspec @@ -39,6 +39,6 @@ Gem::Specification.new do |s| s.add_development_dependency 'redcarpet', '~> 3.2' s.add_development_dependency 'rspec', '~> 3.7' s.add_development_dependency 'rspec-mocks', '~> 3.7' - s.add_development_dependency 'rubocop', '~> 0.80.1' + s.add_development_dependency 'rubocop', '~> 0.81.0' s.add_development_dependency 'yard', '~> 0.9.20' end