I've just installed Ruby 1.9.3-p374 into rbenv and am bundling for an application I am working on. However, when the bundle gets to binding_of_caller
I see the following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
extconf.rb:7: uninitialized constant RUBY_ENGINE (NameError)
running echo $RUBY_ENGINE
gives me a blank string. Manually setting RUBY_ENGINE
to ruby
doesn't help either.
How can I get round this problem?