diff options
author | Samuel Giddins <[email protected]> | 2023-11-27 15:57:45 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-11-30 03:41:15 +0000 |
commit | 62e2e1da920d15e755f1826b3703ca81366526d8 () | |
tree | 2f50b29ee69152f2af001ae66f7872224de40135 /enumerator.c | |
parent | f2bb5394596c96ce5d7ff415694f3fc83715a96b (diff) |
[rubygems/rubygems] Allow auto-install to install missing git gems
Currently, auto-install with git gems fails, when it would succeed with a rubygems-source gem Fix the issue by doing the same fallback for git errors as we do for missing gems, the git errors should only bubble up in these cases when the gem is not installed, meaning we want to go through the install flow (and any persistent errors will be raised through there) https://.com/rubygems/rubygems/commit/e25a339f7a
0 files changed, 0 insertions, 0 deletions