I added a hack to rubygems-0.8.11-r1 which added the RUBYOPT=”-rubygems” environment variable to a user’s profile. The reason for this is that when installing packages via gem (which more and more of our packages do), a normal Ruby ‘require’ doesn’t find it, unless you’ve loaded rubygems first. This hack helped remedy that.
Except it [...]