From b82cb865e0d3ced4bc0b6a4a921d08378367520c Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 15 Jul 2016 08:07:31 +1000 Subject: [PATCH] fix(verify): allow verification process to pull pacts from an https broker --- scripts/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.sh b/scripts/package.sh index c2fe8c689..c54b4df0c 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -3,7 +3,7 @@ set -e export PACT_MOCK_SERVICE_VERSION=0.8.2 -export PACT_PROVIDER_VERIFIER_VERSION=0.0.4 +export PACT_PROVIDER_VERIFIER_VERSION=0.0.11 # Create the OS specific versions of the mock service and verifier echo "==> Building Ruby Binaries..."