From 2c93c8ef6d18c8b58b01ed421ba739ae674333e5 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 30 Jan 2015 15:32:03 +0100 Subject: [PATCH] Update Ruby version in RVM docs --- README | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index cb42b3b6..4a68d43f 100644 --- a/README +++ b/README @@ -159,8 +159,8 @@ Running WPScan against websites without prior mutual consent may be illegal in y curl -sSL https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc - rvm install 2.1.4 - rvm use 2.1.4 --default + rvm install 2.2.0 + rvm use 2.2.0 --default echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler git clone https://github.com/wpscanteam/wpscan.git diff --git a/README.md b/README.md index 80a13acb..906369cf 100644 --- a/README.md +++ b/README.md @@ -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.1.4 - rvm use 2.1.4 --default + rvm install 2.2.0 + rvm use 2.2.0 --default echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler git clone https://github.com/wpscanteam/wpscan.git