From: nate Date: 2007-11-13T08:19:30+09:00 Subject: Re: Automating gem installs? Ezra Zygmuntowicz wrote: > > Here is a script called gemcmd. This script is to be used in place of > the gem command. It will choose the proper platform and will install > the latest version of the requested gem available with no interaction > so it is suitable to be called from scripts. Looks like that script has it's uses, but it wouldn't be suitable for me, I want to be sure that the same version of a gem is installed on every system, whether I install the system in 10 minutes or 6 weeks from now, or 6 months from now(been running most of the same gem versions for probably at least 10 months so far). nate