报错如下:
[*] Bundler failed to load and returned this error: 'cannot load such file -- bundler/setup'[*] You may need to uninstall or upgrade bundler
解决如下:
gem install bundler:1.17.3
详情如下: