Skip to content

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

@ms

Description

@ms

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions