summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/steps.yml2
-rw-r--r--azure-pipelines.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml
index 1aedc8a4f8..3c8f2f9512 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.6'
- script: |
ruby -v
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d8bb61e6f3..d954482840 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,6 +2,8 @@ jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
+ variables:
+ rgv: v3.0.6
steps:
- template: .azure-pipelines/steps.yml
timeoutInMinutes: 0