Symlink to Ruby gems?

Hi all,

On Mac OS X I’m running both (MRI) Ruby and JRuby.

Instead of having a lot of duplicate gems on my system by installing
them for Ruby and JRuby, I was wondering if it’s ok to install them once
(sudo gem install [gem]) and then create a symlink named gems in
jruby/lib/ruby pointing to the existing gem dir?