On Tue, Nov 4, 2008 at 5:34 PM, Eric Hodel <[EMAIL PROTECTED]> wrote:

> The same way you install any other gem:
>
> $ gem install hpricot
>

But, since he said the correct version is already installed on the system,
this would be a no-op.  He would still have to force a reinstall to ~/.gems
to ensure his specific version is there in case the system version is ever
upgraded in the future (and the old version removed).  Or, just rely on a
specific version activiation to make his app blow up on deploy if the
specified version ever goes away from the system gems (forcing blow up via
specific version passed to RubyGems gem() method, which is what
GemInstaller.autogem() calls).
_______________________________________________
Rubygems-developers mailing list
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to