class Bundler::Definition

def lockfile_exists?

def lockfile_exists?
  lockfile && File.exist?(lockfile)
end