mustache / spec

The Mustache spec.
MIT License
366 stars 71 forks source link

Add TaggedMap to permitted_classes to accomodate Psych with Ruby >= 3.1 #177

Closed jgonggrijp closed 8 months ago

jgonggrijp commented 10 months ago

While reviewing #176, I wanted to regenerate the JSON files to double-check the updates in there. This initially failed, because I upgraded to Ruby 3.2 in the meanwhile and the Psych dependency is much stricter now.

By way of review, I would appreciate a confirmation that someone with Ruby < 3.1 is also still able to generate the JSON after these changes.

jgonggrijp commented 8 months ago

Given the lack of response, I'm just going to merge this and hope for the best. Comments after the fact welcome, of course.