summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-11-04 15:24:50 +0000
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-07 16:41:43 +0100
commit212900f5b12074597208b906a8b564f81f0c47e5 (patch)
treeed1feec517e3d76ecd540323bceef18d49b02cf6 /.azure-pipelines
parent8cc21fde7ae6ccbc2ca8e162098989b8c7a60ce1 (diff)
downloadbundler-212900f5b12074597208b906a8b564f81f0c47e5.tar.gz
Merge #7411
7411: Try out specs against MRI 2.6 + Rubygems 3.0 r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that our Azure build was using outdated versions of ruby and rubygems. ### What was your diagnosis of the problem? My diagnosis was that we should update them. ### What is your fix for the problem, implemented in this PR? My fix is to update them. With the latest versions, failures go down to 319. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> (cherry picked from commit 674966e21cc7257dd52797ef56ee9628c3ce1bc6)
Diffstat (limited to '.azure-pipelines')
-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 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