Skip to content

Commit

Permalink
Update rbenv for Ruby build (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-stefanovic authored Feb 19, 2025
1 parent 92e5d78 commit c590b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sem-install
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ install::install_node() {

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

0 comments on commit c590b06

Please sign in to comment.