ruby / psych

A libyaml wrapper for Ruby
MIT License
564 stars 204 forks source link

Set aliases argument to default to true #651

Closed catley85 closed 1 year ago

catley85 commented 1 year ago

After updating to Ruby 3.1.4 the associated update to Psych 4 is causing issues with multiple gems/dependencies that use YAML aliases.

This PR sets the aliases argument to default to true.