Closed headius closed 1 year ago
@hsbt This is merged and could be released. Let me know if you will do it or if I should do it.
@tenderlove @hsbt Can we release this week? JRuby 9.4.4.0 should be next week and I'd like to get this update in there.
@headius I released Psych 5.1.1 with this fix. Let me know if you have another request.
These settings are not enforced at the parser level in SnakeYAML Engine, instead being enforced during the construction of the YAML node graph. Because the JRuby Psych wrapper around SnakeYAML only uses the parser directly, the settings have no effect. This commit removes the ineffective settings until we can decide what to do about them.
See #613, #647, and #649.