1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Fix incorrect sectioning in gemfile man page

428f53bef0
This commit is contained in:
David Rodríguez 2019-07-25 10:43:36 +02:00 committed by Hiroshi SHIBATA
parent d4b1804b11
commit 6015bbeeaf
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -310,8 +310,7 @@ Git repositories support a number of additional options.
* `branch`, `tag`, and `ref`:
You `MUST` only specify at most one of these options. The default
is `:branch => "master"`
* For example:
is `:branch => "master"`. For example:
git "https://github.com/rails/rails.git", :branch => "5-0-stable" do