Reputation: 3729
What is the best way to share gem repository between different JRuby versions?
Upvotes: 1
Views: 80
Reputation: 2663
Recent versions of RubyGems searches $HOME/.gem/jruby/1.8
. You can verify this with
jruby -S gem env
and look for GEM PATHS
.
Upvotes: 1