From 330d07df632880ab4387d5da7353ae8ab1cf19bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 05:26:48 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.77.0 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.77.0...v0.81.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-memory-checks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-memory-checks.gemspec b/sensu-plugins-memory-checks.gemspec index 94fa133..f809232 100644 --- a/sensu-plugins-memory-checks.gemspec +++ b/sensu-plugins-memory-checks.gemspec @@ -43,7 +43,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'redcarpet', '~> 3.2' s.add_development_dependency 'rspec', '~> 3.4' - s.add_development_dependency 'rubocop', '~> 0.77.0' + s.add_development_dependency 'rubocop', '~> 0.81.0' s.add_development_dependency 'vmstat', '~> 2.3.0' s.add_development_dependency 'yard', '~> 0.9.11' end