Open
Description
I am running a rake task using whenever cron job but its giving error Bundler could not find compatible versions for gem "bundler": complete error is
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 4.1.1) depends on
bundler (< 2.0, >= 1.3.0)
Current Bundler version:
bundler (1.0.15)
Error only comes when i run my cronjob else my application is running fine
Thanks