方法1、rails new my_app --skip-bundle
cd my_app
bundle install --local
方法2、使用新版的bundle
gem install bundler --pre