Last active
October 14, 2021 14:01
-
-
Save danhodge/a939aaab5685ba3dd9ef3da622ccae02 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To _not_ transitively update the dependencies of a gem when doing a bundle update, use --conservative | |
% bundle update --conservative <gem> | |
Install gems to a different path | |
bundle install --path . | |
Override a deployment packaged bundle (i.e. add new gems to a bundle already packaged for deployment) | |
bundle install --no-deployment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment