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.
The text was updated successfully, but these errors were encountered:
alexjfisher
added a commit
to alexjfisher/puppet-rvm
that referenced
this issue
Sep 21, 2016
When `ensure => latest`, `gemlist` is called to determine the latest
available version of a gem.
If the `source` parameter is a remote gem repository, this needs to be
part of the `gem list` command run.
Fixesvoxpupuli#128
When `ensure => latest`, `gemlist` is called to determine the latest
available version of a gem.
If the `source` parameter is a remote gem repository, this needs to be
part of the `gem list` command run.
Fixesvoxpupuli#128
Signed-off-by: Alexander Fisher <alex@linfratech.co.uk>
gemlist
currently doesn't use thesource
parameter. When the gem only comes from a private gem repository,gemlist
ends up returningnil
and the code explodes here withI should be able to submit a PR fixing this shortly.
The text was updated successfully, but these errors were encountered: