summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-29 13:10:20 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-29 13:23:18 +0200
commite43417176140b6d9603c2f471804d05dd37a594c (patch)
tree58ac4b569c927b5d6e22c849c96fd015fee3e7e1
parent44b5dce958800424eddaaf59340b7213d1d6c2ba (diff)
downloadbundler-fix_azure_flaky.tar.gz
Try being more explicitfix_azure_flaky
So azure upgrades never break the hardcoded path to the readline diff we currently need to apply further down in the configuration.
-rw-r--r--.azure-pipelines/steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml
index 4755b218d3..fc644a90a1 100644
--- a/.azure-pipelines/steps.yml
+++ b/.azure-pipelines/steps.yml
@@ -2,7 +2,7 @@ steps:
- task: UseRubyVersion@0
inputs:
- versionSpec: '= 2.4'
+ versionSpec: '= 2.4.5'
- script: |
ruby -v