From: jennyw Date: 2006-07-14T00:43:03+09:00 Subject: Installing gems for a single user I'm used to using gems locally where I can install them systemwide. But in a shared hosting environment, where there might be several systemwide gems installed by the host, there may be gems I want to install just in my home directory. Does RubyGems support this? In a way that your Ruby program can access both the systemwide and local gems? Thanks! Jen