laserlemon / figaro

Simple Rails app configuration
MIT License
3.77k stars 287 forks source link

Support Psych v4.0.0 #288

Open alpaca-tc opened 2 years ago

alpaca-tc commented 2 years ago

Ruby master ships with Psych 4.0.0 which makes YAML.load defaults to safe mode (https://github.com/ruby/psych/pull/487).

Keep compatibility by using unsafe_load.


alpaca-tc commented 2 years ago

hmmm why I can't trigger travis CI?

hlascelles commented 1 year ago

An equivalent of (or at least similar change to) this has been merged and released on the fork of this gem called figjam.

See https://github.com/hlascelles/figjam/pull/18