When trying to install another ruby version using rvm install 1.9.2
under Lion all I get is:
The provided compiler ‘/usr/bin/gcc’ is LLVM based, it is not yet fully supported by ruby and gems, please read
rvm requirements
.
The solution was simple: rvm install 1.9.2 --with-gcc=clang
via stackoverflow