mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-12-18 06:35:46 +08:00
Use default Ruby on OS X
This commit is contained in:
parent
120cc61a07
commit
3143ccf97c
@ -635,8 +635,6 @@ function Start-PSBootstrap {
|
||||
$Deps += "curl", "cmake"
|
||||
# .NET Core required runtime libraries
|
||||
$Deps += "openssl"
|
||||
# Packaging tools
|
||||
if ($Package) { $Deps += "ruby" }
|
||||
# Install dependencies
|
||||
brew install $Deps
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user