We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42400c + 8222ab3 commit f81df20Copy full SHA for f81df20
publishing.md
@@ -38,7 +38,7 @@ install it with [Bundler's git functionality](https://bundler.io/v2.0/man/gemfil
38
For example, you can install the latest code for the wicked_pdf gem in a
39
project by including this line in your Gemfile:
40
41
- gem "wicked_pdf", :git => "git://github.com/mileszs/wicked_pdf.git"
+ gem "wicked_pdf", :git => "https://github.com/mileszs/wicked_pdf.git"
42
43
> Installing a gem directly from a git repository is a feature of Bundler, not
44
> a feature of RubyGems. Gems installed this way will not show up when you run
0 commit comments