|
|
|
|
|
by JonnieCache
4881 days ago
|
|
bundle package
puts all your app's dependencies in vendor/cache. That can then be put into a git submodule.The problem then becomes the Gemfile and Gemfile.lock, which should really be in that submodule as well. You need to pass flags to bundler commands because it assumes the Gemfile is in the project root. |
|
I think a full solution requires packaging, and using a modified buildpack that skips the bundle step.