delivery_boy icon indicating copy to clipboard operation
delivery_boy copied to clipboard

Error loading delivery_boy yaml file

Open night91 opened this issue 3 years ago • 2 comments

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

night91 avatar Jun 29 '22 14:06 night91

same error, Ruby 3.0.4 and 3.1.2

zhchsf avatar Jul 06 '22 06:07 zhchsf

You should be able to upgrade king_konf to version 1.0.1 now; does that fix the issue?

dasch avatar Oct 03 '22 12:10 dasch

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.

github-actions[bot] avatar Jan 20 '24 06:01 github-actions[bot]