You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Bundler docs on Security:
> http:// and git:// URLs are insecure. A man-in-the-middle attacker
could tamper with the code as you check it out, and potentially supply
you with malicious code instead of the code you meant to check out.
Because the :github shortcut uses a git:// URL in Bundler 1.x versions,
we recommend using using HTTPS URLs or overriding the :github shortcut
with your own HTTPS git source.
Source: http://bundler.io/git.html
0 commit comments