Skip to content

Instantly share code, notes, and snippets.

@danhodge
Last active October 14, 2021 14:01
Show Gist options
  • Save danhodge/a939aaab5685ba3dd9ef3da622ccae02 to your computer and use it in GitHub Desktop.
Save danhodge/a939aaab5685ba3dd9ef3da622ccae02 to your computer and use it in GitHub Desktop.
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