From 3af01e7ded0a51e44459e92dee2b5a92e715d0a7 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 30 Mar 2013 23:25:33 +0100 Subject: [PATCH] Fix #158. Add the solution to 'no such file to load -- rubygems' in the README --- README | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/README b/README index d0cf21ba..3741f5e1 100644 --- a/README +++ b/README @@ -105,6 +105,12 @@ ryandewhurst at gmail See http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/ for more details + - no such file to load -- rubygems + Run update-alternatives --config ruby + And select your ruby version + + See https://github.com/wpscanteam/wpscan/issues/148 + ==WPSCAN ARGUMENTS== diff --git a/README.md b/README.md index bb6aeafe..eaf2043f 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,13 @@ Prerequisites: See http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/ for more details + - no such file to load -- rubygems + ```update-alternatives --config ruby``` + + And select your ruby version + + See https://github.com/wpscanteam/wpscan/issues/148 + #### WPSCAN ARGUMENTS --update Update to the latest revision