We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e5d78 commit c590b06Copy full SHA for c590b06
sem-install
@@ -40,6 +40,7 @@ install::install_node() {
40
41
install::install_ruby() {
42
if [[ $(install::available) -eq 1 ]] ; then
43
+ git -C $HOME/.rbenv/plugins/ruby-build pull > /dev/null 2>&1 || true
44
rbenv install -s ${language_version}
45
rbenv global ${language_version}
46
gem update system
0 commit comments