rbenv alias
$ bundle config
rbenv: version `2.0.0' is not installed
ってのがでたときに
$ brew install rbenv-aliases
$ rbenv alias --auto
$ bundle config
Settings are listed in order of priority. The top value will be used.
path
Set for your local app (/Users/blabbers/repos/rspec_rails_4/.bundle/config): "vendor/bundle"
disable_shared_gems
Set for your local app (/Users/blabbers/repos/rspec_rails_4/.bundle/config): "1"
これで大丈夫!
github