Édouard Lopez
05/02/2023, 2:09 PMmaster
branch at b8c1020 from pact-foundation/pact-ruby-standalone/ to install the CLI is not working any more for us, with error:
warning: It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
With broker version
# PACT_BROKER_CLI: ./pact/bin/pact-broker
$ echo "pact-broker version=$(${PACT_BROKER_CLI} version)"
pact-broker version=1.66.1
Looks like https://github.com/pact-foundation/pact-ruby-standalone/pull/100 contains the changes that trigger our error