Skip to content

Commit

Permalink
feat(ruby): update to latest ruby dependencies 2.0.0 and 0.0.13 respe…
Browse files Browse the repository at this point in the history
…ctively
  • Loading branch information
mefellows committed Apr 28, 2017
1 parent f1ee33c commit c8f8c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build_standalone_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

# Mock Service
if [ ! -d "pact-mock_service-${PACT_MOCK_SERVICE_VERSION}" ]; then
wget https://github.com/mefellows/pact-mock_service/archive/v${PACT_MOCK_SERVICE_VERSION}.zip -O temp.zip
wget https://github.com/bethesque/pact-mock_service/archive/v${PACT_MOCK_SERVICE_VERSION}.zip -O temp.zip
unzip temp.zip
rm temp.zip
cd pact-mock_service-${PACT_MOCK_SERVICE_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

export PACT_MOCK_SERVICE_VERSION=0.8.2-golang # Forked mock service with pinned deps.
export PACT_PROVIDER_VERIFIER_VERSION=0.0.12
export PACT_MOCK_SERVICE_VERSION=2.0.0 # Seg faults...
export PACT_PROVIDER_VERIFIER_VERSION=0.0.13

# Create the OS specific versions of the mock service and verifier
echo "==> Building Ruby Binaries..."
Expand Down

0 comments on commit c8f8c1b

Please sign in to comment.