Skip to content

Instantly share code, notes, and snippets.

@jaydorsey
Last active September 20, 2018 17:52
Show Gist options
  • Save jaydorsey/ef6b56ca976839814ca06c959338eaa4 to your computer and use it in GitHub Desktop.
Save jaydorsey/ef6b56ca976839814ca06c959338eaa4 to your computer and use it in GitHub Desktop.
Install bundler version from Gemfile.lock
# Mirror CI/CD version bundler with your Gemfile.lock version
gem install bundler --no-document --version $(tail -n 1 Gemfile.lock) | sed -e 's/^[[:space:]]*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment