delivery_boy
delivery_boy copied to clipboard
Error loading delivery_boy yaml file
Unknown alias: defaults (Psych::BadAlias)
This happens because Psych 3 => 4, doesn't allow aliases by default.
KingKonf::ConfigFileLoader uses: data = YAML.load(template.result(binding))
This now needs the aliases enabled YAML.load(aliases: true) or to use YAML.unsafe_load.
Ruby version: 3.1.1
same error, Ruby 3.0.4 and 3.1.2
You should be able to upgrade king_konf to version 1.0.1 now; does that fix the issue?
This issue has been marked as stale due to a lack of activity. It will be closed in 7 days unless there is new activity.