From: Jan Svitok Date: 2006-10-11T23:33:22+09:00 Subject: Silent install of a gem and its dependencies Hi, I'm wondering whether there is a way to install a gem and its dependecies without rubygems asking anything. I need to deploy on several machines a set of gems. I created special gem for the purpose that depends on all of them. Even though I install the gem event with -y and there is only one available choice, rubygems ask which one I want to install (1. the gem, 2. cancel). Is there a way to get rid of this question? TIA J.