I am trying to install RubyInline on some Ubuntu server:
sudo gem1.9.1 install RubyInline
ERROR: Error installing RubyInline:
ZenTest requires RubyGems version ~> 1.8
sudo ruby --version
ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux]
What is the cause of this error? I am confused by the 1.8 reference. This should all be Ruby1.9.1. How to resolve this?