Versions in this module Expand all Collapse all v1 v1.0.9 Jan 22, 2024 Changes in this version + var ErrGemLockNotFound = errors.New("gem lock file not found") + func BundleExecPrefix(bundlerVersion Version) []string + func BundleInstallCommand(gemfileLockVersion Version) (*command.Model, error) + func GemFileLockContent(searchDir string) (string, error) + func GemFileLockPth(searchDir string) (string, error) + func InstallBundlerCommand(gemfileLockVersion Version) *command.Model + func RbenvVersionsCommand() *command.Model + type Version struct + Found bool + Version string + func ParseBundlerVersion(gemfileLockContent string) (gemVersion Version, err error) + func ParseVersionFromBundle(gemName string, gemfileLockContent string) (gemVersion Version, err error) + func ParseVersionFromBundlePth(gemName string, gemFileLockPth string) (Version, error)