Skip to content

Instantly share code, notes, and snippets.

@israelb
Created September 12, 2023 16:00
Show Gist options
  • Save israelb/5b703680f6242a3a64f8700e9c1fc4e1 to your computer and use it in GitHub Desktop.
Save israelb/5b703680f6242a3a64f8700e9c1fc4e1 to your computer and use it in GitHub Desktop.
Update bundler ruby on rails Gemfile.lock
1. Install the latest bundler version:
gem install bundler
2. Update the bundler version in Gemfile.lock
bundle update --bundler
3. Confirm it worked:
tail -n2 Gemfile.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment