update gem to latest

This commit is contained in:
Dmitry Shibanov
2020-01-20 16:21:19 +03:00
parent 95954b3f02
commit 6f7401a2e1
2 changed files with 3 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ $latestRubyBinPath2_5 = Get-ChildItem -Path $toolcacheRubyPath | Sort-Object {[S
Add-MachinePathItem $latestRubyBinPath2_5
$env:Path = Get-MachinePath
gem update --system
exit 0