module Bundler

def root

def root
  @root ||= default_gemfile.dirname.expand_path
end