From b184106dadfcd499c73a1fdeee51f51774b38f34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 05:14:35 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.79.0 to ~> 1.11.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.79.0...v1.11.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-postgres.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-postgres.gemspec b/sensu-plugins-postgres.gemspec index 224ea78..33d4117 100644 --- a/sensu-plugins-postgres.gemspec +++ b/sensu-plugins-postgres.gemspec @@ -51,7 +51,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.1' - s.add_development_dependency 'rubocop', '~> 0.79.0' + s.add_development_dependency 'rubocop', '~> 1.11.0' s.add_development_dependency 'serverspec', '~> 2.41.5' s.add_development_dependency 'test-kitchen', '~> 1.25.0' s.add_development_dependency 'yard', '~> 0.9.11'