From: ebeard Date: 2007-10-03T03:00:06+09:00 Subject: syncing gems between computers Before I write my own capistrano task I was wondering how others sync gems from one computer to another? I want to be able to run a ruby program on multiple computers but not get bogged down in hand parsing the output from `gem list` on both computers to make sure it can run in both places. Thanks for any hints.