chef / appbundler

Generate locked binstubs for ruby applications
Apache License 2.0
14 stars 10 forks source link

Exclude bundler from the appbundle #16

Closed sethvargo closed 9 years ago

sethvargo commented 9 years ago

@danielsdeleo @lamont-granquist Refs #4, but I just hit this issue while trying to Omnibus Vagrant. If there is a runtime dep on bundler and it exists in the Gemfile.lock, appbundle will fail.

This seems super hacky, so I'm open to other ideas, but :panda_face:.

danielsdeleo commented 9 years ago

Code comments explaining bundler's wonkiness and a regression test, and I'm :+1: on this (or at least we can give it a go and see if you need to actually lock bundler to a specific version inside the appbundle executable).

sethvargo commented 9 years ago

I'm not sure this is actually possible. Closing for now.