Turns out Ruby 2.0 uses a new psych
handler for yaml over the old syck
library and
their formats are incompatible.
Rather than dealing with YAML compatibility issues, let's take a simpler route and just migrate to JSON stores instead.
Turns out Ruby 2.0 uses a new psych
handler for yaml over the old syck
library and
their formats are incompatible.
Rather than dealing with YAML compatibility issues, let's take a simpler route and just migrate to JSON stores instead.