module Bundler

def original_system(*args)

Run subcommand with the environment present before Bundler was activated
def original_system(*args)
  with_original_env { Kernel.system(*args) }
end