I do find the gem bundler very useful in managing the dependecies. However, I wish that the user had more control over the different stages of the build cycle. It would be good to have the following stages:
fetch gems
fetch gems with dependencies
unpack gems
install gems
I am specifically interested in the fetch only option, since there are use cases where a user might want to bundle the gems with a package, but try to install the gems only on the remote machine without having to maintain external gem dependencies in a repository.
I do find the gem bundler very useful in managing the dependecies. However, I wish that the user had more control over the different stages of the build cycle. It would be good to have the following stages: