prepare release, update gems

This commit is contained in:
Christian Mehlmauer
2017-07-08 01:10:00 +02:00
parent 1f42ce6e2f
commit d29de83c41
4 changed files with 34 additions and 22 deletions

View File

@@ -137,7 +137,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/
## Prerequisites
- Ruby >= 2.1.9 - Recommended: 2.4.0
- Ruby >= 2.1.9 - Recommended: 2.4.1
- 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.0
rvm use 2.4.0 --default
rvm install 2.4.1
rvm use 2.4.1 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan