# File lib/bundler.rb, line 317
    def read_file(file)
      File.open(file, "rb", &:read)
    end