Needs to be non-invasive, e.g. run rarely and/or run in the background, so it doesn't block shell startup.
Could also be fast by not actually checking if there are any updates to pull. Since pgem_update is (theoretically) idempotent there shouldn't be any issue with just running it every so often.
Original report by Michael Diamond (Bitbucket: dimo414).
Needs to be non-invasive, e.g. run rarely and/or run in the background, so it doesn't block shell startup.
Could also be fast by not actually checking if there are any updates to pull. Since
pgem_update
is (theoretically) idempotent there shouldn't be any issue with just running it every so often.