0
Every time I turn bundle install
this error appears.
/usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/exe/bundle (LoadError)
from /usr/local/bin/bundle:23:in `<main>'
Does anyone know what it can be?
Are you in the right directory? is using RVM?
– Andre Leoni
Yes I’m in the directory, I’m using rbenv
– Marcos Vicente Siqueira
Tries to update the rubygems
gem update --system
– Gabriel