Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Set Ruby version to 2.7.
  • Loading branch information
josesimoes committed May 7, 2021
1 parent 64fd5e3 commit fcaf510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
- task: UseRubyVersion@0
condition: succeeded()
inputs:
versionSpec: '>= 2.7'
versionSpec: '= 2.7'
addToPath: true

# generate change log including future version
Expand Down

0 comments on commit fcaf510

Please sign in to comment.