It seems that the idiomatic way to provide flags to JRuby in an RVM-based Rails project is to set the environmental variable JRUBY_OPTS or PROJECT_JRUBY_OPTS, the latter per
Add this line to your .bashrc file
export JRUBY_OPTS=--1.9
It's working fine for me