vendor/bundle and ruby version
问题 I want to know if I'm doing incorrectly with rbenv and bundler. I'm using rbenv and ruby 2.1.2, like so rbenv versions system * 2.1.2 (set by /home/deploy/cp/repo/.ruby-version) I run bundle install --deployment --without=development,test --path=vendor/bundle from /home/deploy/cp but get vendor/bundle/ruby/2.1.0 created with all my gems. Is there a versioning scheme I'm unaware of for bundler, or should I see a /home/deploy/cp/repo/vendor/bundle/ruby/2.1.2 dir? 回答1: I've noticed this too, I