Removed system update from Ruby install

Necessary to reduce duplicated effort found in the macOS Configuration
project plus this allows people to customize their Ruby gem install
further in case they don't want this stipulation.
This commit is contained in:
Brooke Kuhlmann
2022-12-24 07:35:00 -07:00
parent 691d87d0f1
commit a6e170cead

View File

@@ -218,7 +218,6 @@ install_ruby() {
--enable-shared \
--disable-silent-rules
"$(get_homebrew_bin_root)"/frum local "$version"
gem update --system && gem update
fi
}
export -f install_ruby