Summary The BUNDLE_APP_CONFIG environment variable, if set, tells bundler to use a different directory to store its config file (instead of the default ./.bundle). Spring does not pass this variable to its child processes. Therefore when a Spring child process requires bundler/setup, bundler does not look in the correct location for its config. This can lead to fatal errors when using spring binst