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

LoadError: cannot load such file -- terminal-table/row in 1.5.0 #55

Closed
erwanlr opened this issue Jun 27, 2015 · 9 comments
Closed

LoadError: cannot load such file -- terminal-table/row in 1.5.0 #55

erwanlr opened this issue Jun 27, 2015 · 9 comments
Labels

Comments

@erwanlr
Copy link
Contributor

erwanlr commented Jun 27, 2015

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

glebm added a commit to glebm/i18n-tasks that referenced this issue Jun 27, 2015
@jasnow
Copy link

jasnow commented Jun 27, 2015

I am having this problem too.

@Edderic
Copy link

Edderic commented Jun 27, 2015

Same. My tests for my project used to pass. It is now failing without adding any changes to it.

@nateberkopec
Copy link
Collaborator

Yeah, our gemspec is pretty ancient. I'll push out a hotfix release today.

@nateberkopec
Copy link
Collaborator

@erwanlr @jasnow @Edderic can you try pointing your respective gem files to:

gem 'terminal-table', github: 'tj/terminal-table', branch: 'modernize'

and let me know if that works? If it does, I'll push a 1.5.1 release.

@jcmorrow
Copy link

I'm experiencing the same problem and no, that fix isn't working for me.

@erwanlr
Copy link
Contributor Author

erwanlr commented Jun 28, 2015

Fix is working, you have to bundle install/update (or re-install the gem from the fixed branch)

Using terminal-table 1.5.0 (was 1.4.5) from git://github.com/tj/terminal-table.git (at modernize)

@nateberkopec
Copy link
Collaborator

Thanks for your patience, all. 1.5.1 has been pushed with a fixed gemspec.

@icco
Copy link

icco commented Jun 29, 2015

Post this update, I needed to change my Gemfile:

-gem "terminal-table", :require => "terminal-table/import"
+gem "terminal-table"

@nateberkopec
Copy link
Collaborator

Thanks, I had no idea people were doing that. Discussion/issue is at: #58

bartimaeus added a commit to bartimaeus/i18n-tasks that referenced this issue Jun 29, 2015
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants