set https to the default protocol for git#6791
set https to the default protocol for git#6791colby-swandale wants to merge 3 commits intomasterfrom
Conversation
|
This breaks the 1.x specs... maybe it should be turned into a feature flag? |
|
Yea, i wasn't really sure what to do about this but a feature flag sounds ideal. |
…:github source to use https by default
9064ed2 to
b5c62a0
Compare
olleolleolle
left a comment
There was a problem hiding this comment.
We've longed for this change!
Co-Authored-By: colby-swandale <hello@colby.fyi>
Co-Authored-By: colby-swandale <hello@colby.fyi>
|
Hi! I haven't looked at the CI failures, but the new feature flag and the setting Also, the deprecation warning does not makes a lot of sense right now. We're saying that this setting will be deprecated but introducing another one that does the same thing. I think we want to delay the deprecation horizon to bundler 3. Finally, I see two directions here but I'm not sure which one we're heading to:
Are we doing the latter for bundler 2, and still planning the former for later versions, or are we only doing the latter? |
But
Keep in mind that
Correct, for Bundler 2 we're using |
|
We can definitely use github.https as a feature flag name, I think you’ll just need to manually construct the accessor method for it |
|
hmm i would prefer to avoid doing that but i will adjust it |
This PR is setting Git gems to be fetched over
httpsby default.See #6785