Last active
September 20, 2018 17:52
-
-
Save jaydorsey/ef6b56ca976839814ca06c959338eaa4 to your computer and use it in GitHub Desktop.
Install bundler version from Gemfile.lock
This file contains hidden or 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
# 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