Files
ports/textproc/rubygem-psych3/pkg-descr
T
Matthias Fechner 078d7d3a39 www/gitlab-ce: make it working with ruby 3.1
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
2023-03-16 11:37:02 +02:00

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.