Created
September 12, 2023 16:00
-
-
Save israelb/5b703680f6242a3a64f8700e9c1fc4e1 to your computer and use it in GitHub Desktop.
Update bundler ruby on rails 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
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