Open esjee opened 8 years ago
Hi,
This PR changes the submodule to be cloned over HTTPS rather than the git protocol. For a read-only case such as this, there doesn't appear to be a disadvantage, while offering a slight security benefit.
I hope you find this PR helpful!
Github recently made changes to disallow git:// protocol from being used. Without this PR, current implementation will break bundle install.
git://
bundle install
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Hi,
This PR changes the submodule to be cloned over HTTPS rather than the git protocol. For a read-only case such as this, there doesn't appear to be a disadvantage, while offering a slight security benefit.
I hope you find this PR helpful!