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
In a rails project 'bundle install' with bundler 1.13.1 gives the warning
'The git source git://github.com/jejacks0n/mercury.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure.'
If you are unwise enough to amend the Gemfile to use the https protocol, you get an outdated version of Mercury which breaks the project routing due to an ancient issue over 'match' routing!
The best course at moments seems to be to ignore or disable the warning!
In a rails project 'bundle install' with bundler 1.13.1 gives the warning
'The git source
git://github.com/jejacks0n/mercury.git
uses thegit
protocol, which transmits data without encryption. Disable this warning withbundle config git.allow_insecure true
, or switch to thehttps
protocol to keep your data secure.'If you are unwise enough to amend the Gemfile to use the https protocol, you get an outdated version of Mercury which breaks the project routing due to an ancient issue over 'match' routing!
The best course at moments seems to be to ignore or disable the warning!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: