@tjones thank you for your reply. I was on roadtrip so wasn't able to answer earlier.
Pending pacts are enabled on the broker already and we use them with pact-jvm. So from the documentation you've shared:
? You need to either be using
http://pactflow.io, or have the latest version of the OSS Pact Broker running with the environment variable `PACT_BROKER_FEATURES=pacts_for_verification` :white_check_mark:
? You need to be on the latest version of the Pact client library for JVM, Javascript, Go, Ruby, .Net or Python (pact-python, not pactman) :white_check_mark:
? You need to find the verification documentation for your langage, and set the "enablePending" flag to true. :question:
my question is how to do the latest for ruby?