appbundler
appbundler copied to clipboard
Generate locked binstubs for ruby applications
Appbundler currently sets `GEM_PATH` to `nil` (except when running with `APPBUNDLER_ALLOW_RVM`), but this does not fully achieve Appbundler's isolation goal. Indeed, when `GEM_PATH` is set to `nil`, Rubygems will use...
### Describe the Enhancement: Allow appbundler to define a custom GEM_PATH and GEM_HOME instead of nil. ### Describe the Need: Habitat packages have their environment made by the supervisor, when...
### Describe the Enhancement: Hello, I use `knife` regularly and notice that some commands that I'd expect to complete instantly actually run pretty slowly. For example, I'd expect a command...
## Description ## Related Issue ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...