Hi! According to the Heroku documentation at http://docs.heroku.com/bundler you can use this config var setting:
heroku config:add BUNDLE_WITHOUT="development test" It will exclude the development and test groups from the bundle install and thus trim down your slug size. However, it didn't seem to work for me. It seems Heroku is still running Bundler 1.0.0 and that BUNDLE_WITHOUT is not supported in that version but is supported in the current 1.0.3 version. Are there any plans to rollout Bundler 1.0.3? Thanks! Peter -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
