Update to Ruby 2.2.2
This commit is contained in:
@@ -1 +1 @@
|
||||
2.2.1
|
||||
2.2.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user