Skip to content

Commit 2bdbb5f

Browse files
committed
Update rvmrc to set RUBYLIB to this project's path.
1 parent c7fac33 commit 2bdbb5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.rvmrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
77
# Only full ruby name is supported here, for short names use:
88
# echo "rvm use 1.9.3" > .rvmrc
9-
environment_id="ruby-1.9.3-p374@hatter"
9+
environment_id="rbx-head@hatter"
1010

1111
# Uncomment the following lines if you want to verify rvm version per project
1212
# rvmrc_rvm_version="1.18.3 (stable)" # 1.10.1 seams as a safe start
@@ -46,3 +46,6 @@ fi
4646
# then
4747
# bundle install | GREP_OPTIONS= \grep -vE '^Using|Your bundle is complete'
4848
# fi
49+
50+
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
51+
export RUBYLIB="$DIR/lib"

0 commit comments

Comments
 (0)