Hellooo! Has anyone used an older version of the p...
# pact-ruby
n
Hellooo! Has anyone used an older version of the pact gem, im using version 1.32.0 and im having some troubles passing in the include_wip_pacts_since, enable_pending, and consumer_version_selectors options. I see this attached error that options method is not found. Even when I passed in any of those options without the options method it would tell me "consumer_version_selectors missing method, undefined method. Am i passing these options in wrong? Because these ones are working fine: • pact_broker_base_url • verbose • publish_verification_results
blobwave 1
y
I can only imagine it doesn’t exist in that old a version of the gem https://rubygems.org/gems/pact/versions/1.32.0 is from July 2018
If for whatever reason you need the changes in that version, you could backport them, but would recommended moving to the latest, or check the changelog or git history in pact-ruby to ascertain at which version they were introduced