I have used \"alias ruby=ruby1.9.1\", so I can execute my ruby with this:
ruby 123.rb
or
ruby1.9.1 123.rb
You can try
:set shellcmdflag+=i
to call bass as "interactive" although that does give an annoying message for every shell command executed.