Open NSLog0 opened 7 years ago
bundle install
@benlangfeld I tired to bundle install but I still got error
You got the error when running bundle install
?
@benlangfeld success to install
have the same issue. Bundle install completes, but at error.log i have this error. I've changed versions of aasm gem, but it did not help
Please provide a minimal reproduction app to debug since I can't reproduce this.
I fixed that by adding this env variable in my config:
env :BUNDLE_PATH, ENV['BUNDLE_PATH']
My entire config file looks like this:
set :output, "log/cron.log"
env :BUNDLE_PATH, ENV['BUNDLE_PATH']
every 1.minute do
rake 'rebuild_redis_rank'
end
In my docker container I use this to publish the schedule to cron:
whenever --set environment=$RAILS_ENV --update-crontab
I believe this has had a solution (given the last answer). So maybe we can close out this issue
cc @benlangfeld
I got message in cron_log.log
my code
How do I fix this ?