I have a cron job that won't work. I have installed a gem which works
fine in the app, but the cron job fails, saying:
These gems that this application depends on are missing:
- blackbook
Run "rake gems:install" to install them.
I think this has to do with the path, I had to add the gem path to the
top of my environment.rb file. Can someone point me in the right
direction as to how to expand your gem path for a runner job?
I have a cron job that won't work. I have installed a gem which works
fine in the app, but the cron job fails, saying:
These gems that this application depends on are missing:
- blackbook
Run "rake gems:install" to install them.
I think this has to do with the path, I had to add the gem path to the
top of my environment.rb file. Can someone point me in the right
direction as to how to expand your gem path for a runner job?