Collected Debian patches for roodi The roodi package is maintained in Git rather than maintaining patches as separate files, and separating the patches doesn't seem to be worth the effort. They are therefore all included in this single Debian patch.
For full commit history and separated commits, see the packaging Git repository.
explicitly use unsafe_load_file to read YAML config Starting from ruby3.1, load_file is safe and won't read Ruby objects from non explicitly permitted classes. The config file may contain Ruby regexp, which are not explicitly permitted by default, and the syntax to allow this class is not compatible with the previous syntax in Ruby3.0 and earlier.