From c801b80b0aa0cb82f44d0d709f6ee5dc19085c63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 05:28:06 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.89.1 to ~> 1.12.1 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.89.1...v1.12.1) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-ssl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-ssl.gemspec b/sensu-plugins-ssl.gemspec index 784ca8f..cdfcf3b 100644 --- a/sensu-plugins-ssl.gemspec +++ b/sensu-plugins-ssl.gemspec @@ -42,7 +42,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.89.1' + s.add_development_dependency 'rubocop', '~> 1.12.1' s.add_development_dependency 'timecop', '~> 0.9.1' s.add_development_dependency 'yard', '~> 0.8' end