v1.1.0
Adds support for ruby 3.1
and 3.2
.
As a side effect I switched to YAML.safe_load
in the builder, which means you will have to configure additional classes that are safe to load from YAML configuration files. Default allows only ::Regexp
.
See https://github.com/mkon/api_valve/blob/v1.1.0/lib/api_valve.rb#L46