.zshrc: Use Ruby 2.7.0

This commit is contained in:
Alan Orth 2020-02-04 11:39:57 +02:00
parent f233c59abf
commit 24a17986a3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 3 deletions

6
.zshrc
View File

@ -58,9 +58,9 @@ elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# Manually manage Ruby shit for DSpace build environment (anything is better than RVM)
# DSpace Mirage 2 build explicitly looks for GEM_HOME and GEM_PATH
export GEM_HOME=~/.gem/ruby/2.6.0
export GEM_PATH=~/.gem/ruby/2.6.0
PATH=$PATH:~/.gem/ruby/2.6.0/bin
export GEM_HOME=~/.gem/ruby/2.7.0
export GEM_PATH=~/.gem/ruby/2.7.0
PATH=$PATH:~/.gem/ruby/2.7.0/bin
# System Node.js with local "global" package prefix, for DSpace build environment:
# $ npm config set prefix ~/.node_modules