Installing ruby 1.9 on Mac OS X 10.7
No don't update the Apple supplied ruby as that could affect existing ruby scripts and will get overridden in a System Upgrade.
To install ruby see the Download Ruby page from the ruby language website (the main page of which you should have bookmarked)
The two ways that you should consider are
Download the RVM. Then edit your .bash_profile to put the bin path of the install at the front of your PATH.
Use a package manager (e.g. Macports, Fink, Homebrew) and put their path at the front of your PATH ( I would use this only if you have C libraries that you need as well)