Updates the recommended ruby version

This commit is contained in:
erwanlr
2014-06-30 20:56:55 +02:00
parent 2c6cbb7799
commit 95fde17d97
2 changed files with 3 additions and 3 deletions

4
README
View File

@@ -40,7 +40,7 @@ ryandewhurst at gmail
Prerequisites:
* Windows not supported
* Ruby >= 1.9.2 - Recommended: 1.9.3
* Ruby >= 1.9.2 - Recommended: 2.1.2
* Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
* RubyGems - Recommended: latest
* Git
@@ -88,7 +88,7 @@ ryandewhurst at gmail
sudo gem install bundler && sudo bundle install --without test
-> Installing with RVM:
cd ~
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm

View File

@@ -34,7 +34,7 @@ WPScan comes pre-installed on the following Linux distributions:
Prerequisites:
- Ruby >= 1.9.2 - Recommended: 1.9.3
- Ruby >= 1.9.2 - Recommended: 2.1.2
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git