Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Change gemfile read only git from git to https #2327

Merged
merged 1 commit into from
Sep 11, 2016
Merged

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Sep 10, 2016

2.3.1 with latest bundler complains about this, don't see the harm, if we decide to do this all repos should be updated.

@myronmarston
Copy link
Member

2.3.1 with latest bundler complains about this, don't see the harm

What is the complaint? It seems very odd to complain about a git url...

@JonRowe
Copy link
Member Author

JonRowe commented Sep 11, 2016

The git source `git://github.com/rspec/rspec.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.
The git source `git://github.com/rspec/rspec-expectations.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.
The git source `git://github.com/rspec/rspec-mocks.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.
The git source `git://github.com/rspec/rspec-support.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.

@myronmarston
Copy link
Member

Thanks. I'm in favor of fixing this anywhere you want to put the effort in to do so.

@JonRowe JonRowe merged commit fc767be into master Sep 11, 2016
@JonRowe JonRowe deleted the change_git_to_https branch September 11, 2016 23:33
alyssais added a commit to alyssais/rspec-core that referenced this pull request Feb 15, 2018
See rspec#2327.

git:// URLs are insecure and cause recent versions of Bundler to emit a
warning.
MatheusRich pushed a commit to MatheusRich/rspec-core that referenced this pull request Oct 30, 2020
Change gemfile read only git from git to https
MatheusRich pushed a commit to MatheusRich/rspec-core that referenced this pull request Oct 30, 2020
See rspec#2327.

git:// URLs are insecure and cause recent versions of Bundler to emit a
warning.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants