module Bundler::SharedHelpers

def default_lockfile

def default_lockfile
  Pathname.new("#{default_gemfile}.lock")
end