module Bundler

def bundle_path

def bundle_path
  @bundle_path ||= Pathname.new(settings.path).expand_path(root)
end