figaro icon indicating copy to clipboard operation
figaro copied to clipboard

Support Psych v4.0.0

Open alpaca-tc opened this issue 1 year ago • 2 comments

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.


  • Add 3.0 and 3.1 to .travis.yml
  • Loose version lock of Rails to 7.0.0
  • Keep compatibility by using YAML.unsafe_load

alpaca-tc avatar Jul 13 '22 09:07 alpaca-tc

hmmm why I can't trigger travis CI?

alpaca-tc avatar Jul 14 '22 01:07 alpaca-tc

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

hlascelles avatar Dec 20 '22 11:12 hlascelles