Go into your project directory and create a file called .rvmrc containing the line:
rvm use ruby-1.8.7-p330@testing --default
(or whatever ruby version / gemset you like)
now do
cd ..
cd -
answer "y"
and now Eclipse should use the specified ruby version
(maybe you need to restart Eclipse first).
source share