Bump ruby requirement to >= 2.7

This commit is contained in:
Alex Sanford
2023-09-26 15:34:25 -03:00
parent 289e2d80c1
commit 4fb47e1c3b
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = 'wpscan'
s.version = WPScan::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.7'
s.authors = ['WPScanTeam']
s.email = ['contact@wpscan.com']
s.summary = 'WPScan - WordPress Vulnerability Scanner'