I'm install rbx 2.2.10 with ruby-build then use chruby to manage the version.
Later, I install bundler with gem install bundler
Then bundle install and get:
Your Ruby version is 2.1.0, but your Gemfile specified rbx-2.2.10
Look like bundler is installed to the wrong path:
$ which bundle
/Users/phuongnd08/.gem/rbx/2.1.0/bin/bundle
I'm install rbx 2.2.10 with ruby-build then use chruby to manage the version. Later, I install bundler with
gem install bundler
Thenbundle install
and get:Look like bundler is installed to the wrong path: