Skip to content

Use HTTPS version for edge apps #459

@mrcasals

Description

@mrcasals

🎩 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions