Rubygems: How to prevent gem from downloading & installing you own packages?

Hi,

Does somebody know how I can prevent gem from installing a package
from rubyforge when I have that package already installed from another
non-gem source? Is there an option so that I can tell gem that it
doesn't need to bother with that dependency?

Thanks,
Thomas.

RubyGems only knows about gems.

ยทยทยท

On Jul 22, 2008, at 01:09 AM, ThoML wrote:

Does somebody know how I can prevent gem from installing a package
from rubyforge when I have that package already installed from another
non-gem source? Is there an option so that I can tell gem that it
doesn't need to bother with that dependency?