From a6e170ceade413f246dab953c38cbea3561fc13a Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 24 Dec 2022 07:35:00 -0700 Subject: [PATCH] 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. --- lib/installers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/installers.sh b/lib/installers.sh index 7f4d603..1d964eb 100644 --- a/lib/installers.sh +++ b/lib/installers.sh @@ -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