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 -- highline #54

Open
dangt85 opened this issue Mar 6, 2014 · 2 comments
Open

LoadError: cannot load such file -- highline #54

dangt85 opened this issue Mar 6, 2014 · 2 comments

Comments

@dangt85
Copy link

dangt85 commented Mar 6, 2014

On Ubuntu, irb, ruby 2.0.0

require 'metaforce'

causes this error

LoadError: cannot load such file -- highline
can you update the dependencies?

Thanks

@vkhang55
Copy link

highline gem is missing from metaforce.gemspec as a dependency. I got around this by adding this line to my project Gemfile.

gem 'highline'

This should do until the project maintainer update the metaforce.gemspec file

@vkhang55
Copy link

I made a PR here #56

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