From b53ea9b487394c915ea1fcd17f6e10f2378a3d43 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Mon, 28 Jan 2019 12:49:49 -0800 Subject: [ios] Fix jazzy building. --- platform/ios/scripts/document.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh index ec307445af..17fa08bdcd 100755 --- a/platform/ios/scripts/document.sh +++ b/platform/ios/scripts/document.sh @@ -13,9 +13,9 @@ if [ -z `which jazzy` ]; then CIRCLECI=${CIRCLECI:-false} if [[ "${CIRCLECI}" == true ]]; then - sudo gem install jazzy --no-document + sudo gem install jazzy -v 0.9.4 --no-document else - gem install jazzy --no-document + gem install jazzy -v 0.9.4 --no-document fi if [ -z `which jazzy` ]; then -- cgit v1.2.1