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 (?<source>.*) username:password/.freeze
BAD_AUTH_REGEX =
/Bad username or password for (?<source>.*)\.$/.freeze
BAD_CERT_REGEX =
/verify the SSL certificate for (?<source>.*)\.$/.freeze
HTTP_ERR_REGEX =
/Could not fetch specs from (?<source>.*)$/.freeze