Closed Sija closed 6 years ago
Will silence warnings like:
The git source git://github.com/XXX/YYY.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.
git://github.com/XXX/YYY.git
git
bundle config git.allow_insecure true
https
See https://github.com/bundler/bundler/blob/1e8ce587798edcc75f72cb89eea5a2a425bb579c/lib/bundler/dsl.rb#L277-L289
@bcardiff ping?
Will silence warnings like:
See https://github.com/bundler/bundler/blob/1e8ce587798edcc75f72cb89eea5a2a425bb579c/lib/bundler/dsl.rb#L277-L289