Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always show underlying error when fetching specs fails #4061

Merged
merged 3 commits into from Nov 16, 2020

Commits on Nov 13, 2020

  1. Remove unnecessary rescued exception classes

    `OpenSSL::SSL::SSLError` and `Net::HTTPFatalError` should never be
    raised here.
    deivid-rodriguez committed Nov 13, 2020
    Copy the full SHA
    c6303ff View commit details
    Browse the repository at this point in the history
  2. Gem::Fetcher::FetchError should receive an uri

    The one that failed to be fetched.
    deivid-rodriguez committed Nov 13, 2020
    Copy the full SHA
    22a6cbf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    954c543 View commit details
    Browse the repository at this point in the history