diff options
-rw-r--r-- | man/gemfile.5.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index 411e619270..5ac73a7e8e 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -202,7 +202,7 @@ the `.gemspec`. | |-actionpack.gemspec [actionpack gem located here] |~activesupport | |-activesupport.gemspec [activesupport gem located here] - ... + |... To install a gem located in a git repository, bundler changes to the directory containing the gemspec, runs `gem build name.gemspec` |