How to exclude a gem from "gem update"

Hi,

Is there a way to tell rubygems to update all gems except some? Something to put in ~/.gemrc?

Hi,

Is there a way to tell rubygems to update all gems except some? Something to put in ~/.gemrc?

why do you care? If you've got some code that doesn't work with the latest version of a gem you can make rubygems always load the exact version you need.

Fred