From 770d1da280de65eb47154cf23b9a471cab5dbf83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 06:46:49 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.4.0 to ~> 1.5.0 Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] --- wpscan.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.gemspec b/wpscan.gemspec index 6826af76..a619c1e8 100644 --- a/wpscan.gemspec +++ b/wpscan.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec', '~> 3.8.0' s.add_development_dependency 'rspec-its', '~> 1.3.0' s.add_development_dependency 'rubocop', '~> 0.75.0' - s.add_development_dependency 'rubocop-performance', '~> 1.4.0' + s.add_development_dependency 'rubocop-performance', '~> 1.5.0' s.add_development_dependency 'simplecov', '~> 0.16.1' s.add_development_dependency 'stackprof', '~> 0.2.12' s.add_development_dependency 'webmock', '~> 3.7.0'