Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge #7411
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bundlerbot and deivid-rodriguez committed Nov 4, 2019
2 parents 3aa0391 + 9ad4391 commit 674966e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:

- task: UseRubyVersion@0
inputs:
versionSpec: '= 2.4'
versionSpec: '= 2.6'

- script: |
ruby -v
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
variables:
rgv: v3.0.6
steps:
- template: .azure-pipelines/steps.yml
timeoutInMinutes: 0

0 comments on commit 674966e

Please sign in to comment.