new ruby version with security bugfixes released

This commit is contained in:
Christian Mehlmauer
2016-04-03 00:34:52 +02:00
parent cd68aa719c
commit 6451510449
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.8
- 2.1.9
- 2.2.0
- 2.2.1
- 2.2.2

View File

@@ -92,7 +92,7 @@ WPScan comes pre-installed on the following Linux distributions:
Prerequisites:
- Ruby >= 2.1.8 - Recommended: 2.3.0
- Ruby >= 2.1.9 - Recommended: 2.3.0
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git

View File

@@ -28,7 +28,7 @@ LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
MIN_RUBY_VERSION = '2.1.8'
MIN_RUBY_VERSION = '2.1.9'
WPSCAN_VERSION = '2.9'