diff options
-rwxr-xr-x | platform/ios/scripts/document.sh | 4 |
1 files 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 |