We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chruby can be used to switch Rubies for specific cron jobs:
30 18 * * * bash -lc "chruby 1.9.3 && /path/to/script"