ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.
权限问题,修改权限安装路径
sudo gem install -n /usr/local/bin bundler
解决问题
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.
sudo gem install -n /usr/local/bin bundler
解决问题