Module: Dependabot::Bundler::UpdateChecker::SharedBundlerHelpers::BundlerErrorPatterns
- Defined in:
- lib/dependabot/bundler/update_checker/shared_bundler_helpers.rb
Constant Summary collapse
- MISSING_AUTH_REGEX =
/bundle config set --global (?<source>.*) username:password/
- BAD_AUTH_REGEX =
/Bad username or password for (?<source>.*)\.$/
- FORBIDDEN_AUTH_REGEX =
/Access token could not be authenticated for (?<source>.*)\.$/
- BAD_CERT_REGEX =
/verify the SSL certificate for (?<source>.*)\.$/
- HTTP_ERR_REGEX =
/Could not fetch specs from (?<source>\S+)/