Skip to content

Commit 8222ab3

Browse files
committed
Do not endorse fetching gems by git:// URI
The git:// URI scheme does not provide integrity and authenticity and is thus unsuitable for fetching gems.
1 parent f42400c commit 8222ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install it with [Bundler's git functionality](https://bundler.io/v2.0/man/gemfil
3838
For example, you can install the latest code for the wicked_pdf gem in a
3939
project by including this line in your Gemfile:
4040

41-
gem "wicked_pdf", :git => "git://github.com/mileszs/wicked_pdf.git"
41+
gem "wicked_pdf", :git => "https://github.com/mileszs/wicked_pdf.git"
4242

4343
> Installing a gem directly from a git repository is a feature of Bundler, not
4444
> a feature of RubyGems. Gems installed this way will not show up when you run

0 commit comments

Comments
 (0)