From 18fa614165732b2c6c97502e6b400c3a7be2b775 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 Apr 2019 09:14:59 +0300 Subject: [PATCH] .zshrc: Update Ruby gems location --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 36caf11..32e4bd4 100644 --- a/.zshrc +++ b/.zshrc @@ -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.5.0 - export GEM_PATH=~/.gem/ruby/2.5.0 - PATH=$PATH:~/.gem/ruby/2.5.0/bin + export GEM_HOME=~/.gem/ruby/2.6.0 + export GEM_PATH=~/.gem/ruby/2.6.0 + PATH=$PATH:~/.gem/ruby/2.6.0/bin # System Node.js with local "global" package prefix, for DSpace build environment: # $ npm config set prefix ~/.node_modules