After becoming root (with su root), ruby automatically falls back to old version which is 1.9.2-p180. After exit from root, the ruby is automatically back to newer version which is 1.9.2-p290.
rvm is installed on the system and p290 was installed with rvm. p180 was installed with apt-get.
Any thoughts? Thanks.