From 9ad43915b73e7d96bd5bc04048c8896dccee584e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 12 Aug 2019 19:02:59 +0200 Subject: Try out specs against MRI 2.6 + Rubygems 3.0 --- .azure-pipelines/steps.yml | 2 +- azure-pipelines.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1