Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Psych v4.0.0 #288

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Support Psych v4.0.0 #288

wants to merge 6 commits into from

Conversation

alpaca-tc
Copy link

Ruby master ships with Psych 4.0.0 which makes YAML.load
defaults to safe mode (ruby/psych#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

Ruby master ships with Psych 4.0.0 which makes YAML.load
defaults to safe mode (ruby/psych#487).

Keep compatibility by using unsafe_load.
@alpaca-tc alpaca-tc marked this pull request as ready for review July 14, 2022 00:46
@alpaca-tc
Copy link
Author

hmmm why I can't trigger travis CI?

@hlascelles
Copy link

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

See hlascelles/figjam#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants