vagrant1.5.1でbundle execを使ったら`initialize': undefined method `new' for Bundler::UI:Module (NoMethodError)と出るときの対処法

本題 serverspecを Ruby - serverspecの使い方 - Qiita を参考に導入し、vagrantのインスタンスの設定テストを走らせてみたら 以下のようなエラーが出たので、その対処法についてまとめておく。 $ bundle exec rake spec /Users/kimikimi714/.rbenv/versions/2.0.0-p451/bin/ruby -S rspec spec/web_server/httpd_spec.rb …