module Bundler

def clean_system(*args)

def clean_system(*args)
  with_clean_env { Kernel.system(*args) }
end