ruby `encode’: “\xC3” from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError) August 17, 2023 by Tarik File.open(yml_file, ‘w’) should be change to File.open(yml_file, ‘wb‘)