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:
@@ -218,7 +218,6 @@ install_ruby() {
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
"$(get_homebrew_bin_root)"/frum local "$version"
|
"$(get_homebrew_bin_root)"/frum local "$version"
|
||||||
gem update --system && gem update
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_ruby
|
export -f install_ruby
|
||||||
|
|||||||
Reference in New Issue
Block a user