Have you ever thought about running the bundler from a project's root? Maybe by using locate-dominating-file or projectile.
I'm asking because now I work on a project which has something like that in Gemfile:
require './lib/gemfile_helpers'
And I'm forces to run bundle from the root dir of the project.