Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created November 11, 2021 14:16
Show Gist options
  • Save schweigert/9a113de7c904457d43582ede00b8f93f to your computer and use it in GitHub Desktop.
Save schweigert/9a113de7c904457d43582ede00b8f93f to your computer and use it in GitHub Desktop.
Install bundler version from Gemfile.lock
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment