078d7d3a39
Ruby 3.1 did some breaking changes: https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/ With the help of @yasu I added some work-arounds that should make gitlab work again with ruby 3.1. They can be removed after gitlab support ruby 3.1 upstream. PR: 270252
4 lines
239 B
Plaintext
4 lines
239 B
Plaintext
Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing
|
|
and emitting capabilities. In addition to wrapping libyaml, Psych also knows how
|
|
to serialize and de-serialize most Ruby objects to and from the YAML format.
|