Update to Ruby 2.4.2

This commit is contained in:
ethicalhack3r
2017-09-14 19:50:31 +02:00
parent d8a9b3aa77
commit dede023ec8
3 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
2.4.1
2.4.2

View File

@@ -13,6 +13,7 @@ rvm:
- 2.3.2
- 2.3.3
- 2.4.1
- 2.4.2
before_install:
- "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"

View File

@@ -137,7 +137,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/
## Prerequisites
- Ruby >= 2.1.9 - Recommended: 2.4.1
- Ruby >= 2.1.9 - Recommended: 2.4.2
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git
@@ -174,8 +174,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.4.1
rvm use 2.4.1 --default
rvm install 2.4.2
rvm use 2.4.2 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan