You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARN: Unresolved specs during Gem::Specification.reset:
multi_json (~> 1.3)
parseconfig (>= 0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
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
How can I resolve these problems and get the tool working?
The text was updated successfully, but these errors were encountered:
I am trying to run this command with the gd tool:
ruby bin/gd --pid=mur8xznvri6dioorxcf7ln1o3etk1z7g --user=proviewdev@servicechannel.com —password='****************' --server=https://na1.proview.servicechannel.com delete_all_mufs
When I run it I get the following error messages:
WARN: Unresolved specs during Gem::Specification.reset:
multi_json (~> 1.3)
parseconfig (>= 0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
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
How can I resolve these problems and get the tool working?
The text was updated successfully, but these errors were encountered: