summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-06-04 08:33:03 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-06-04 08:33:04 +0900
commitd950cade5347a61cff6d9b63c7d0c5768b96b539 (patch)
tree2c69763834c0e70ab7ef39ba53ca1195817887f3 /azure-pipelines.yml
parent4b7213a85a6700657b825f8f127ce83a3070bf1d (diff)
azure-pipelines.yml: Upgrade Ruby for UseRubyVersion
to fix https://dev.azure.com/rubylang/ruby/_build/results?buildId=1162&view=logs
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a6f90b8fe3..8f77995af4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- task: UseRubyVersion@0
inputs:
- versionSpec: '2.5.1'
+ versionSpec: '2.6.2'
- script: |
set -x
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i