codeforamerica / MuniciPal

:speech_balloon: Consulting city-dwellers about legislation near them.
22 stars 14 forks source link

bundle install complains about unencrypted install #161

Closed techieshark closed 7 years ago

techieshark commented 7 years ago

bundle install produces this command line output:

The git source git://github.com/ajturner/geoservices-ruby.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.

We should switch from git to https protocol in Gemfile for the geoservices gem.