class Bundler::Source::Git::MissingGitRevisionError
def initialize(ref, repo)
def initialize(ref, repo) msg = "Revision #{ref} does not exist in the repository #{repo}. Maybe you misspelled it?" super msg end
def initialize(ref, repo) msg = "Revision #{ref} does not exist in the repository #{repo}. Maybe you misspelled it?" super msg end