ruby/psych

Version 4.0.5 breaks Date deserialization

v2kovac opened this issue · 1 comments

YAML.unsafe_load(Date.today.to_yaml) returns a string representation of the date instead of a Date object.... is no one else seeing this?

pretty sure it's this change in particular #573

oh this is probably the timecop issue sorry travisjeffery/timecop#390