Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/v2.0/guides/git.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ title: How to install gems from git repositories
gem 'rugged', git: 'git://github.com/libgit2/rugged.git', submodules: true
.bullet
.description
(<b>NB</b>: These built-in shorthand git sources are deprecated and will be
removed in Bundler 3. Instead of these, we encourage you to use <em>Custom
git sources</em> in your Gemfile.)
If you are getting your gems from a public GitHub repository,
you can use the shorthand
:code
Expand Down