Skip to content

Commit

Permalink
azure-pipelines.yml: Upgrade Ruby for UseRubyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jun 3, 2019
1 parent 4b7213a commit d950cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- task: UseRubyVersion@0
inputs:
versionSpec: '2.5.1'
versionSpec: '2.6.2'
- script: |
set -x
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
Expand Down

0 comments on commit d950cad

Please sign in to comment.