Learnings
New Learning
About The App
Hire Me
Writing Samples
Edit Learning
Title
Body
Context: `bundle install` failed with `Could not find 'bundler' (2.6.7) required by ... Gemfile.lock`. My active Ruby version (initially system Ruby 2.6) did not have the specific `bundler` gem version required by the project installed. My Attempt: `gem install bundler:2.6.7`. Learning: Projects lock specific bundler versions in `Gemfile.lock`. My active Ruby environment (managed by `rbenv`) must have this bundler version installed (`gem install bundler -v <version>`).
Learned on (YYYY-MM-DD)
Tags
Add comma-separated tags. They help filter learnings later.
Back to Learnings