Skip to content

Commit f81df20

Browse files
authored
Merge pull request #402 from gandaro/no-git-protocol
Do not endorse fetching gems by git:// URI
2 parents f42400c + 8222ab3 commit f81df20

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)