We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc068c commit 895849bCopy full SHA for 895849b
test/truffle/cexts/msgpack/msgpack.sh
@@ -4,7 +4,7 @@ source test/truffle/common.sh.inc
4
5
jt gem-test-pack
6
7
-ruby_home="$PWD"
+ruby_home="$(jt ruby -e 'puts Truffle::Boot.ruby_home')"
8
export PATH="$ruby_home/bin:$PATH"
9
10
gem install "$(jt gem-test-pack)/gem-cache/bundler-1.16.5.gem" --local --no-document
0 commit comments