Update Ruby to 2.2.1

This commit is contained in:
ethicalhack3r
2015-03-03 15:09:32 +01:00
parent 6e01e1b9da
commit aed74e029a
3 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
2.2.0
2.2.1

View File

@@ -10,6 +10,7 @@ rvm:
- 2.1.4
- 2.1.5
- 2.2.0
- 2.2.1
script: bundle exec rspec
notifications:
email:

View File

@@ -92,7 +92,7 @@ WPScan comes pre-installed on the following Linux distributions:
Prerequisites:
- Ruby >= 1.9.2 - Recommended: 2.2.0
- Ruby >= 1.9.2 - Recommended: 2.2.1
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git
@@ -155,8 +155,8 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.2.0
rvm use 2.2.0 --default
rvm install 2.2.1
rvm use 2.2.1 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler
git clone https://github.com/wpscanteam/wpscan.git