Closed entretechno-jeremiah closed 2 years ago
Ruby v3.1+ uses Psych v4+, which uses safe-loading by default for parsing YAML. Because of this, it's necessary to explicitly permit Date as a class that it can load.
Date
Fixes #44.
I will abide by the code of conduct.
@entretechno-jeremiah Thanks for submitting your change! This is already being addressed in #45, so I'm going to close your PR.
Ruby v3.1+ uses Psych v4+, which uses safe-loading by default for parsing YAML. Because of this, it's necessary to explicitly permit
Date
as a class that it can load.Fixes #44.
I will abide by the code of conduct.