From e3a06f569492a48124e28cf7ab3b026c7a7afd58 Mon Sep 17 00:00:00 2001 From: nonmadden Date: Thu, 31 Dec 2015 10:41:04 +0700 Subject: [PATCH] Update to Ruby 2.3.0 --- .ruby-version | 2 +- .travis.yml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 530cdd91..276cbf9e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.4 +2.3.0 diff --git a/.travis.yml b/.travis.yml index 34a8d641..0392dec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ rvm: - 2.2.2 - 2.2.3 - 2.2.4 + - 2.3.0 before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" script: bundle exec rspec diff --git a/README.md b/README.md index c2ccc9b9..5ed61b13 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.4 +- Ruby >= 1.9.2 - Recommended: 2.3.0 - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - RubyGems - Recommended: latest - Git