We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c260570 + bf10ebf commit ce31d36Copy full SHA for ce31d36
1 file changed
share/chruby/chruby.sh
@@ -42,6 +42,8 @@ function chruby_use()
42
export RUBYOPT="$2"
43
export PATH="$RUBY_ROOT/bin:$PATH"
44
45
+ typeset unset RUBYGEMS_GEMDEPS
46
+
47
eval "$("$RUBY_ROOT/bin/ruby" - <<EOF
48
puts "export RUBY_ENGINE=#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby'};"
49
puts "export RUBY_VERSION=#{RUBY_VERSION};"
0 commit comments