Skip to content
postmodern edited this page Dec 18, 2012 · 5 revisions

chruby can be used to switch Rubies for specific cron jobs:

crontab

30 18 * * *   bash -lc "chruby 1.9.3 && /path/to/script"
Clone this wiki locally