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
gemlist currently doesn't use the source parameter. When the gem only comes from a private gem repository, gemlist ends up returning nil and the code explodes here with
Error: Could not get latest version: undefined method `[]' for nil:NilClass
I should be able to submit a PR fixing this shortly.