module Bundler::SharedHelpers

def chdir(dir, &blk)

def chdir(dir, &blk)
  @chdir_monitor.synchronize do
    Dir.chdir dir, &blk
  end
end