We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu, irb, ruby 2.0.0
require 'metaforce'
causes this error
LoadError: cannot load such file -- highline can you update the dependencies?
Thanks
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I made a PR here #56
No branches or pull requests
On Ubuntu, irb, ruby 2.0.0
require 'metaforce'
causes this error
LoadError: cannot load such file -- highline
can you update the dependencies?
Thanks
The text was updated successfully, but these errors were encountered: