From d0ce7cb5c59f87bf85c024775fd8a4c35b91e59d Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 26 Apr 2021 17:04:33 +0200 Subject: [PATCH] Updates dep --- wpscan.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wpscan.gemspec b/wpscan.gemspec index 36ccd8ea..689e48d4 100644 --- a/wpscan.gemspec +++ b/wpscan.gemspec @@ -9,7 +9,6 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.required_ruby_version = '>= 2.5' s.authors = ['WPScanTeam'] - s.date = Time.now.utc.strftime('%Y-%m-%d') s.email = ['contact@wpscan.com'] s.summary = 'WPScan - WordPress Vulnerability Scanner' s.description = 'WPScan is a black box WordPress vulnerability scanner.' @@ -21,8 +20,7 @@ Gem::Specification.new do |s| s.executables = ['wpscan'] s.require_paths = ['lib'] - s.add_dependency 'cms_scanner', '~> 0.13.3' - s.add_dependency 'ethon', '< 0.13.0' # See https://github.com/typhoeus/ethon/issues/185 + s.add_dependency 'cms_scanner', '~> 0.13.4' s.add_development_dependency 'bundler', '>= 1.6' s.add_development_dependency 'memory_profiler', '~> 1.0.0'