Hassan Schroeder wrote: > > Ouch -- how did you wind up with that? In any case, that's the root > of your problem: they should be entirely separate. > Ah... okay, good to know this is not the correct way for things to be. :) I have a custom GEM_HOME and GEM_PATH specified in my .bashrc file such that I don't have to be root to install gems and multiple users on my machine can have their own gem space. I wonder if this is why both Ruby and JRuby are using the same space? Is there a way to specify a different GEM_PATH for JRuby? -- Posted via http://www.ruby-forum.com/.