How to solve the update bundler warning in rails when deploying to heroku?
So it’s complaining that the version of bundler installed on heroku is older than the version you used to create your Gemfile.lock on your dev machine. You can probably just ignore the warning — in most cases installing with a slightly older version of bundler than you used to create the Gemfile.lock is just fine. … Read more