module Bundler

def bundle_path

Returns absolute path of where gems are installed on the filesystem.
def bundle_path
  @bundle_path ||= Pathname.new(settings.path).expand_path(root)
end