Skip to content

Commit

Permalink
Update to latest Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Dec 26, 2023
1 parent 2321295 commit 62cd0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/winget-download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Clear-Tmp
# Ruby - available for installation via dfirws-install.ps1
Clear-Tmp
Write-SynchronizedLog "winget: Downloading Ruby."
winget download RubyInstallerTeam.Ruby.3.2 -d .\tmp\winget 2>&1 | Out-Null
winget download RubyInstallerTeam.Ruby.3.3 -d .\tmp\winget 2>&1 | Out-Null
Copy-Item .\tmp\winget\Ruby*.exe .\downloads\ruby.exe
Clear-Tmp

Expand Down

0 comments on commit 62cd0ef

Please sign in to comment.