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

The gemfile should specify "gli ~> 1" to use gli 1.x #1

Open
ms opened this issue Sep 20, 2012 · 0 comments
Open

The gemfile should specify "gli ~> 1" to use gli 1.x #1

ms opened this issue Sep 20, 2012 · 0 comments

Comments

@ms
Copy link

ms commented Sep 20, 2012

After a clean git clone and bundle install, running the following gives:

$ bundle exec ./bin/schema
You should include GLI::App instead
GLI.run no longer works for GLI-2, you must just call `run(ARGV)' instead
either fix your app, or use the latest GLI in the 1.x family

Manually installing gli version 1.x, with gem install gli -v "~> 1" fixes the issue. This should be put in the gemspec.

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

1 participant