gem
文件中Rails的默认gems源是:
source 'https://rubygems.org'
改变为
source 'http://rubygems.org'
使捆绑安装更快,所以我试图了解将https作为默认值的决定背后的原因.有什么我需要注意的吗?
表格
here:
Switching to HTTP is dangerous. It opens you to MITM attacks. Switching to HTTP allows hostile parties to replace gem contents with malicIoUs contents. Switching to HTTP is not recommended.
原文链接:https://www.f2er.com/ruby/268527.html