🎩 User Story
Apps using the edge decidim (or a specific branch) use the git protocol in the Gemfile, which is not safe. This raises a warning when using bundle install:
The git source `git://github.com/AjuntamentdeBarcelona/decidim.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 can switch to the HTTPS version of the repo to avoid this.
📋 Related documentation
None
🎯 Acceptance criteria
Creating a new app using the edge decidim version does not raise a warning when using bundle install
📌 Related issues
None
🎩 User Story
Apps using the
edgedecidim (or a specific branch) use thegitprotocol in the Gemfile, which is not safe. This raises a warning when usingbundle install:We can switch to the HTTPS version of the repo to avoid this.
📋 Related documentation
None
🎯 Acceptance criteria
Creating a new app using the
edgedecidim version does not raise a warning when usingbundle install📌 Related issues
None