From df514d3b9f228008272d176440756d7b746c949a Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 16 Apr 2015 18:52:25 +0200 Subject: [PATCH] Update to Ruby 2.2.2 --- .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 c043eea7..b1b25a5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.1 +2.2.2 diff --git a/.travis.yml b/.travis.yml index 1f2e568c..1a83a507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ rvm: - 2.1.5 - 2.2.0 - 2.2.1 + - 2.2.2 before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" script: bundle exec rspec diff --git a/README.md b/README.md index c024270a..cee9b5b1 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ WPScan comes pre-installed on the following Linux distributions: Prerequisites: -- Ruby >= 1.9.2 - Recommended: 2.2.1 +- Ruby >= 1.9.2 - Recommended: 2.2.2 - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - RubyGems - Recommended: latest - Git @@ -156,8 +156,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.1 - rvm use 2.2.1 --default + rvm install 2.2.2 + rvm use 2.2.2 --default echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler git clone https://github.com/wpscanteam/wpscan.git