Skip to content

Commit c590b06

Browse files
authored
Update rbenv for Ruby build (#481)
1 parent 92e5d78 commit c590b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sem-install

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ install::install_node() {
4040

4141
install::install_ruby() {
4242
if [[ $(install::available) -eq 1 ]] ; then
43+
git -C $HOME/.rbenv/plugins/ruby-build pull > /dev/null 2>&1 || true
4344
rbenv install -s ${language_version}
4445
rbenv global ${language_version}
4546
gem update system

0 commit comments

Comments
 (0)