Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal-table dependency is broken. I have forked a fixed version #839

Closed
pawzlion opened this issue Jun 27, 2015 · 2 comments
Closed

Terminal-table dependency is broken. I have forked a fixed version #839

pawzlion opened this issue Jun 27, 2015 · 2 comments

Comments

@pawzlion
Copy link

I don't know how long you've been relying on terminal-table, but since it hasn't been updated in about 3 years I can only assume you've modified it to work or else you're using it in some unusual environment where it does work. But I was unable to get your tarballed or the latest git version of wpscan to run on Ubuntu, Debian or OSX due to it always failing with this error:
[ERROR] cannot load such file -- terminal-table/row

I had various members of #ruby attempt to install terminal-table and wpscan and all reproduced this error. The problem is that terminal-table is failing to pull in three of its own libraries in its own gemspec, and thus will not function without modification and recompiling. I have forked terminal-table and fixed this problem. An updated version of terminal-table (with the same Gem name and spec, but an updated version number) has been made available on my github account here:

https://github.com/pawzlion/terminal-table-new

I hope this assists others who are unable to get wpscan running due to this ruby dependency's error going. It works for me now on all platforms on which it previously failed.

@erwanlr
Copy link
Member

erwanlr commented Jun 27, 2015

Caused by the release of the terminal-table 1.5.0 yesterday.

I've forced the 1.4.5 in the Gemfile as a current workaround awaiting the fix

@erwanlr
Copy link
Member

erwanlr commented Jun 28, 2015

Terminal Table 1.5.1 released, using it in the Gemfile :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants