Update to Ruby 2.1.4
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2.1.3
|
2.1.4
|
||||||
|
|||||||
6
README
6
README
@@ -44,7 +44,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
* Windows not supported
|
* Windows not supported
|
||||||
* Ruby >= 1.9.2 - Recommended: 2.1.3
|
* Ruby >= 1.9.2 - Recommended: 2.1.4
|
||||||
* Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
* Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
||||||
* RubyGems - Recommended: latest
|
* RubyGems - Recommended: latest
|
||||||
* Git
|
* Git
|
||||||
@@ -106,8 +106,8 @@ You should have received a copy of the GNU General Public License along with thi
|
|||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
source ~/.rvm/scripts/rvm
|
source ~/.rvm/scripts/rvm
|
||||||
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
||||||
rvm install 2.1.3
|
rvm install 2.1.4
|
||||||
rvm use 2.1.3 --default
|
rvm use 2.1.4 --default
|
||||||
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
||||||
gem install bundler
|
gem install bundler
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ WPScan comes pre-installed on the following Linux distributions:
|
|||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
- Ruby >= 1.9.2 - Recommended: 2.1.3
|
- Ruby >= 1.9.2 - Recommended: 2.1.4
|
||||||
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
||||||
- RubyGems - Recommended: latest
|
- RubyGems - Recommended: latest
|
||||||
- Git
|
- Git
|
||||||
@@ -103,8 +103,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
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
source ~/.rvm/scripts/rvm
|
source ~/.rvm/scripts/rvm
|
||||||
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
||||||
rvm install 2.1.3
|
rvm install 2.1.4
|
||||||
rvm use 2.1.3 --default
|
rvm use 2.1.4 --default
|
||||||
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
||||||
gem install bundler
|
gem install bundler
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
|
|||||||
Reference in New Issue
Block a user