Enterprise relies on using `bundle exec` at the moment:
Gemfiles may contain credentials. The simplest solution is to just not use them and instead replace `bundle` with a shim that loads `bundle/setup` from `vendor`. In order for that to work Procfiles need to prepend `bundle exec`.