Update to Ruby 2.3.3

This commit is contained in:
ethicalhack3r
2016-11-24 19:00:45 +01:00
parent 2bff063805
commit 8274e2efe9
3 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
2.3.1
2.3.3

View File

@@ -10,6 +10,8 @@ rvm:
- 2.2.4
- 2.3.0
- 2.3.1
- 2.3.2
- 2.3.3
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
before_script:

View File

@@ -99,7 +99,7 @@ Windows is not supported
## Prerequisites
- Ruby >= 2.1.9 - Recommended: 2.3.1
- Ruby >= 2.1.9 - Recommended: 2.3.3
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git
@@ -136,8 +136,8 @@ https://rvm.io/integration/gnome-terminal#integrating-rvm-with-gnome-terminal
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.3.1
rvm use 2.3.1 --default
rvm install 2.3.3
rvm use 2.3.3 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler
git clone https://github.com/wpscanteam/wpscan.git