joker1007 / yaml_vault

Yaml file encryption/decryption helper.
MIT License
158 stars 20 forks source link

Support both Psych 3 and 4 #20

Closed okkez closed 2 years ago

okkez commented 2 years ago

Ruby 3.1.2 includes Psych 4.0.4 by default. So I met some breaking changes I use this gem with Ruby 3.1.2.

I've added the compat layer for this.

See also:

okkez commented 2 years ago

@joker1007 Can you take a look?