[HOW TO] Solve error with WPScan v2.2 and rspec-mocks

Started by drego85, November 19, 2013, 09:18:59 PM

Previous topic - Next topic

drego85

If you have upgraded WPScan to version 2.2 with this command:

$ sudo wpscan --update

it is likely that you have this problem:

QuoteYou have requested:
  rspec-mocks <= 2.14.2

The bundle currently has rspec-mocks locked at 2.14.3.
Try running `bundle update rspec-mocks`
Run `bundle install` to install missing gems

The resolution is really easy, follow this command:


$ cd /opt/backbox/wpscan/
$ bundle update rspec-mocks
$ bundle install

Good Job ;)

Andrea
Andrea Draghetti
Personal Blog

ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

ostendali


drego85

:) I hope to be more present on the forum in the next months! thanks guys!
Andrea Draghetti
Personal Blog