Created
January 15, 2020 22:31
-
-
Save shamil614/3d03cf1b41bbc1239241a7b4faa9ff77 to your computer and use it in GitHub Desktop.
install bundler from gemfile.lock
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
gem install bundler -v $(cat Gemfile.lock | grep -A1 "BUNDLED WITH" | tail -n 1 | xargs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment