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
It turns out, `Bundler::Fetcher::NetworkDownError` is actually a subclass of `Bundler::HTTPError`,
and both have shown up in our telemetry. By rescuing only `Bundler::HTTPError`, we also rescue
all subclasses that might indicate other bundler networking errors as well.
0 commit comments