From: Justin Bailey Date: 2006-11-28T07:00:11+09:00 Subject: Re: Automating installation of gems on remote machine with Capistrano ------=_Part_59552_10473995.1164664806501 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/27/06, Steven Hansen wrote: > > > The task starts up and begins the installation, but then hangs after I > get the 'Y' or 'N' prompt. > > Is there a way to just skip the prompt and specify 'Y' for everything? You can use the "--include-dependencies" option. You will have trouble with platform specific gems, though, as it will ask you to pick a version. You can probably specify the specific version in those cases, though. Justin ------=_Part_59552_10473995.1164664806501--