From 5f8aa862b4f13752a07c818c3c9a44f553220d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:00:51 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.10.0 to ~> 1.11.0 Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.0...v1.11.0) Signed-off-by: dependabot[bot] --- wpscan.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.gemspec b/wpscan.gemspec index 7eb98165..f70b205c 100644 --- a/wpscan.gemspec +++ b/wpscan.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec', '~> 3.10.0' s.add_development_dependency 'rspec-its', '~> 1.3.0' s.add_development_dependency 'rubocop', '~> 1.12.0' - s.add_development_dependency 'rubocop-performance', '~> 1.10.0' + s.add_development_dependency 'rubocop-performance', '~> 1.11.0' s.add_development_dependency 'simplecov', '~> 0.21.0' s.add_development_dependency 'simplecov-lcov', '~> 0.8.0' s.add_development_dependency 'stackprof', '~> 0.2.12'