json_schema_builder icon indicating copy to clipboard operation
json_schema_builder copied to clipboard

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

Open ms opened this issue 13 years ago • 0 comments

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.

ms avatar Sep 20 '12 19:09 ms