Forums | Admin

Discussion Forums: rubyforge-help

Start New Thread Start New Thread

 

By: Sébastien Clément
DOS batch file stops after gem install [ reply ]  
2010-12-15 16:27
I am running a DOS (yes, sorry :-) batch file to sequentially install several gems.
Example:
REM install ruby gems
gem install rails -v 1.2.6
gem install ruby-postgres --platform=mswin32
gem install gettext -v 1.10 --platform=mswin32

However, once the first gem (whatever the one I put in first) is installed, it stops the script.

Is there a way to prevent this ?

Gem version is: 1.3.7