|
|
|
|
|
by rb2k_
5055 days ago
|
|
In Ruby: To make sure I have the right version of my libraries I use bundler To make sure I have the right version of my code I use git To make sure I have the right version of other applications I use chef. Has worked fine for me so far... I guess it's the usual unix philosophy where each tool does a single job and does it well. |
|