From d683c0f151381edcbf25c599e50b413bf8e01c8d Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 18 Dec 2015 11:13:41 +0100 Subject: [PATCH] Update to Ruby 2.2.4 --- .ruby-version | 2 +- .travis.yml | 1 + README.md | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 58594069..530cdd91 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.3 +2.2.4 diff --git a/.travis.yml b/.travis.yml index 7b5ee685..34a8d641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ rvm: - 2.2.1 - 2.2.2 - 2.2.3 + - 2.2.4 before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" script: bundle exec rspec diff --git a/README.md b/README.md index 23bc0350..c2ccc9b9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ WPScan comes pre-installed on the following Linux distributions: Prerequisites: -- Ruby >= 1.9.2 - Recommended: 2.2.3 +- Ruby >= 1.9.2 - Recommended: 2.2.4 - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - RubyGems - Recommended: latest - Git @@ -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.2.3 - rvm use 2.2.3 --default + rvm install 2.2.4 + rvm use 2.2.4 --default echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler git clone https://github.com/wpscanteam/wpscan.git