I have multiple version of rails installed. But when I start the server with "rails s" it always uses the latest one. Is there a way to specify the version of rails (and all dependent gems) that should be used? (And how would I specify that in Pasenger?) Yes, I could use RVM or similar - but this I would like to avoid.
Thanks in advance!