From bb8deaf96ddb1076e802604de138b046de36a4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 08:01:07 +0000 Subject: [PATCH] Update rubocop requirement from = 1.20.0 to = 1.21.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/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lazylead.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index e71bba9..6446b2d 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -91,7 +91,7 @@ tasks instead of solving technical problems." s.add_development_dependency "rake", "13.0.6" s.add_development_dependency "random-port", "0.5.1" s.add_development_dependency "rdoc", "6.3.2" - s.add_development_dependency "rubocop", "1.20.0" + s.add_development_dependency "rubocop", "1.21.0" s.add_development_dependency "rubocop-minitest", "0.15.0" s.add_development_dependency "rubocop-performance", "1.11.5" s.add_development_dependency "rubocop-rake", "0.6.0"