summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-01-11 10:33:36 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-01-11 10:33:36 +0100
commit5b5bd299e799253a8db243fea044ff7e257a23f9 (patch)
treedb6c240125b4c5b00ba5951b8553564863edcc82 /bashrc
parentd199d9a42ca48e247d52a2ea43b316ebf01bffc9 (diff)
downloadbin-5b5bd299e799253a8db243fea044ff7e257a23f9.zip
bin-5b5bd299e799253a8db243fea044ff7e257a23f9.tar.gz
bashrc: ruby is now 2.4.0
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 25b685b..e8f6d63 100644
--- a/bashrc
+++ b/bashrc
@@ -91,7 +91,7 @@ LOCALLIB=${HOME_}/lib
# RUBY
# export RB_USER_INSTALL=1 # see /usr/local/lib/ruby/1.8/i386-freebsd7/rbconfig.rb
export RUBYOPT=rubygems
-export GEM_HOME="${HOME_}/.gem/ruby/2.3.0"
+export GEM_HOME="${HOME_}/.gem/ruby/2.4.0"
export RUBYLIB=${LOCALLIB}/ruby
set_if_not_in 'PATH' ${GEM_HOME}/bin