From 4761c0531662eb114375b18134b30804c6825cbc Mon Sep 17 00:00:00 2001 From: Hindrik Bruinsma Date: Fri, 2 Oct 2020 14:53:15 +0200 Subject: [PATCH] Use bundler version 1.17.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 117ac32..b0125c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ steps: inputs: targetType: 'inline' script: | - gem install bundler + gem install -v 1.17.3 bundler - task: Bash@3 displayName: 'Install and updage carthage' inputs: