We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fac33 commit 2bdbb5fCopy full SHA for 2bdbb5f
.rvmrc
@@ -6,7 +6,7 @@
6
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
7
# Only full ruby name is supported here, for short names use:
8
# echo "rvm use 1.9.3" > .rvmrc
9
-environment_id="ruby-1.9.3-p374@hatter"
+environment_id="rbx-head@hatter"
10
11
# Uncomment the following lines if you want to verify rvm version per project
12
# rvmrc_rvm_version="1.18.3 (stable)" # 1.10.1 seams as a safe start
@@ -46,3 +46,6 @@ fi
46
# then
47
# bundle install | GREP_OPTIONS= \grep -vE '^Using|Your bundle is complete'
48
# fi
49
+
50
+DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
51
+export RUBYLIB="$DIR/lib"
0 commit comments