crystal-lang / distribution-scripts

40 stars 24 forks source link

Always use https protocol for dependencies fetched from GitHub #6

Closed Sija closed 6 years ago

Sija commented 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.

See https://github.com/bundler/bundler/blob/1e8ce587798edcc75f72cb89eea5a2a425bb579c/lib/bundler/dsl.rb#L277-L289

Sija commented 6 years ago

@bcardiff ping?