I have a jekyll site I haven’t updated in a long time. I wanted to make some updates today, but nothing I do with bundle
works. I always get this error:
12275 01:31: repo/ (main) $ bundle update
/usr/local/opt/ruby/bin/bundle:23:in `load': cannot load such file -- /usr/local/lib/ruby/gems/3.0.0/gems/bundler-2.2.7/exe/bundle (LoadError)
from /usr/local/opt/ruby/bin/bundle:23:in `<main>'
12275 01:32: repo/ (main) $ bundle install
/usr/local/opt/ruby/bin/bundle:23:in `load': cannot load such file -- /usr/local/lib/ruby/gems/3.0.0/gems/bundler-2.2.7/exe/bundle (LoadError)
from /usr/local/opt/ruby/bin/bundle:23:in `<main>'
Googling turns up a lot of related problems, but so far none of those solutions (which mostly revolve around installing or updating gems) has worked for me.
Appreciate any help!