I used sudo bundle install and that might be the cause of the issue?
sudo bundle install
Now I have:
gem -v
ruby -v
to install bundler that matches with your Gemfile.lock use:
Gemfile.lock
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"