This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
bundler cache bucket #42
Comments
@tknerr if you really need to use |
@fgrehm guess I have to -- at least the installation instructions for gitlab tell me to do so ;-) It's a rails app, and vendoring via 'bundle install --deployment' seem to be a common thing there. Hmmmm, could I just 'bundle install' to install to the system wide gem dir and then create a 'bundle/vendor' symlink?? :-) |
Cool :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this should be handled by the gem cache bucket already, but when I use
bundle install --deployment
(which installs the gems tovendor/bundle
) the gems are not cached and re-downloaded everytimeThe text was updated successfully, but these errors were encountered: