Module: Dependabot::Hex

Extended by:
T::Sig
Defined in:
lib/dependabot/hex/version.rb,
lib/dependabot/hex/language.rb,
lib/dependabot/hex/file_parser.rb,
lib/dependabot/hex/requirement.rb,
lib/dependabot/hex/file_fetcher.rb,
lib/dependabot/hex/file_updater.rb,
lib/dependabot/hex/native_helpers.rb,
lib/dependabot/hex/update_checker.rb,
lib/dependabot/hex/metadata_finder.rb,
lib/dependabot/hex/package_manager.rb,
lib/dependabot/hex/credential_helpers.rb,
lib/dependabot/hex/file_updater/mixfile_updater.rb,
lib/dependabot/hex/update_checker/file_preparer.rb,
lib/dependabot/hex/file_updater/lockfile_updater.rb,
lib/dependabot/hex/file_updater/mixfile_sanitizer.rb,
lib/dependabot/hex/package/package_details_fetcher.rb,
lib/dependabot/hex/update_checker/version_resolver.rb,
lib/dependabot/hex/update_checker/requirements_updater.rb,
lib/dependabot/hex/file_updater/mixfile_git_pin_updater.rb,
lib/dependabot/hex/update_checker/latest_version_finder.rb,
lib/dependabot/hex/file_updater/mixfile_requirement_updater.rb

Defined Under Namespace

Modules: CredentialHelpers, NativeHelpers, Package Classes: FileFetcher, FileParser, FileUpdater, Language, MetadataFinder, PackageManager, Requirement, UpdateChecker, Version

Constant Summary collapse

LANGUAGE =
"elixir"
ECOSYSTEM =
"hex"
PACKAGE_MANAGER =
"hex"
SUPPORTED_HEX_VERSIONS =
T.let([].freeze, T::Array[Dependabot::Version])
DEPRECATED_HEX_VERSIONS =

When a version is going to be unsupported, it will be added here

T.let([].freeze, T::Array[Dependabot::Version])