报错如下:
[*] 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
详情如下:
2024-02-16 18:35:04
报错如下:
[*] 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
详情如下: