jyruzicka / rubyfocus

A one-way (read-only) ruby bridge to OmniFocus.
28 stars 10 forks source link

Fix YAML loading for newer Ruby versions #9

Closed andyw8 closed 10 months ago

andyw8 commented 10 months ago

Closes #8

I think it's fine to use unsafe_load_file here since the data is presumably coming from the user's own OmniFocus, so is unlikely to contain anything malicious.