Skip to content

Psych fix

gitlab-qa-bot requested to merge github/fork/myronmarston/psych_fix into master

Created by: myronmarston

Our fix for YAML serialization works fine when you use syck (the YAML engine on 1.8, and the default on 1.9 unless you compile with a special option), but I found that it didn't work for Psych. This fixes it.

Merge request reports