Skip to content

Instantly share code, notes, and snippets.

@shamil614
Created January 15, 2020 22:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shamil614/3d03cf1b41bbc1239241a7b4faa9ff77 to your computer and use it in GitHub Desktop.
Save shamil614/3d03cf1b41bbc1239241a7b4faa9ff77 to your computer and use it in GitHub Desktop.
install bundler from gemfile.lock
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