# Functions
BundleExecPrefix returns a slice containing: "bundle [_verson_] exec".
BundleInstallCommand returns a command to install a bundle using bundler.
GemFileLockContent gets the content of the gem lock file from the given directory.
GemFileLockPth gets the path for the gem lock file from the given directory.
InstallBundlerCommand returns a command to install a specific bundler version.
ParseBundlerVersion returns the bundler version used to create the bundle.
ParseVersionFromBundle returns the specified gem version parsed from a Gemfile.lock on a best effort basis, for logging purposes only.
ParseVersionFromBundlePth overload for ParseVersionFromBundle.
RbenvVersionsCommand retruns a command to print used and available ruby versions if rbenv is installed.
# Variables
ErrGemLockNotFound is thrown when the gem file is not found.