This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error:- could not find reline-0.1.5 in any of the sources run bundle install to install missing gems | |
Solution:- | |
Go to folder "/usr/share/metasploit-framework" | |
Run the following command:- | |
gem cleanup reline && sudo gem cleanup reline | |
bundle install | |
gem install bundler | |
gem update --system |