module Bundler::SharedHelpers

def env_file

def env_file
  default_gemfile.dirname.join(".bundle/environment.rb")
end