summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-12 19:02:59 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-04 13:29:51 +0100
commit9ad43915b73e7d96bd5bc04048c8896dccee584e (patch)
tree21f6ed19bdd7c9d94fec77f84956ba143e93c396
parent1a585f5cd760ae4be6930fd38d262677faa3694c (diff)
downloadbundler-windows_refresh.tar.gz
Try out specs against MRI 2.6 + Rubygems 3.0windows_refresh
-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