Update to Ruby 2.3.1

This commit is contained in:
ethicalhack3r
2016-04-28 14:04:54 +02:00
parent fe7aede458
commit 2e05f4171e
3 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
2.3.0 2.3.1

View File

@@ -9,6 +9,7 @@ rvm:
- 2.2.3 - 2.2.3
- 2.2.4 - 2.2.4
- 2.3.0 - 2.3.0
- 2.3.1
before_install: before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
script: bundle exec rspec script: bundle exec rspec

View File

@@ -92,7 +92,7 @@ WPScan comes pre-installed on the following Linux distributions:
Prerequisites: Prerequisites:
- Ruby >= 2.1.9 - Recommended: 2.3.0 - Ruby >= 2.1.9 - Recommended: 2.3.1
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest - RubyGems - Recommended: latest
- Git - Git
@@ -156,8 +156,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 curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.3.0 rvm install 2.3.1
rvm use 2.3.0 --default rvm use 2.3.1 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler gem install bundler
git clone https://github.com/wpscanteam/wpscan.git git clone https://github.com/wpscanteam/wpscan.git