I have JRuby and Ruby (MRI) installed. It seems that I need to install gems twice – once for each of these platforms. Is this necessary or am I doing it wrong? After I installed the rails gem for MRI, should I have pointed JRuby to it, or was it necessary for me to also call: ‘jruby -S gem install rails’
Share
If you set GEM_HOME you can share your gem installations.