-
Notifications
You must be signed in to change notification settings - Fork 124
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
LoadError: cannot load such file -- terminal-table/row in 1.5.0 #55
Comments
I am having this problem too. |
Same. My tests for my project used to pass. It is now failing without adding any changes to it. |
Yeah, our gemspec is pretty ancient. I'll push out a hotfix release today. |
I'm experiencing the same problem and no, that fix isn't working for me. |
Fix is working, you have to
|
Thanks for your patience, all. 1.5.1 has been pushed with a fixed gemspec. |
Post this update, I needed to change my Gemfile: -gem "terminal-table", :require => "terminal-table/import"
+gem "terminal-table" |
Thanks, I had no idea people were doing that. Discussion/issue is at: #58 |
* upstream/master: add app/mailers to default search.relative_roots Bump to 0.8.5 Fix plugins support glebm#153 changelog Bump to 0.8.4 Lock terminal-table to 1.4.5 due to tj/terminal-table#55 changelog Use ActiveSupport::Inflector.constantize instead of const_get for ruby 1.9 support Reduce ActiveSupport dependencies, compat with 2.3 Support ActionMailer
I had a report about this error here wpscanteam/wpscan#839
After investigation, it's caused only in the latest 1.5.0 version release yesterday.
It was working fine in the 1.4.5
The text was updated successfully, but these errors were encountered: