summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorAleksey V. Zapparov <ixti@member.fsf.org>2013-07-05 01:43:11 +0200
committerAndre Arko <andre@arko.net>2013-12-06 21:11:28 -0800
commit51a31da6c3c17a9f59e18961d42b9a7efda15f92 (patch)
tree3220d7b3ee5a871496808a82111f780d627339b9 /man/gemfile.5.ronn
parent787cc7dad06b0b479019b4a6aad6669070c1fdc7 (diff)
downloadbundler-51a31da6c3c17a9f59e18961d42b9a7efda15f92.tar.gz
Remove warning about deps with :git
Closes #1651
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 1dec8b9173..a024da7c3a 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -217,8 +217,7 @@ as they would for a normal gem.
A git repository `SHOULD` have at least one file, at the root of the
directory containing the gem, with the extension `.gemspec`. This file
`MUST` contain a valid gem specification, as expected by the `gem build`
-command. It `MUST NOT` have any dependencies, other than on the files in
-the git repository itself and any built-in functionality of Ruby or Rubygems.
+command.
If a git repository does not have a `.gemspec`, bundler will attempt to
create one, but it will not contain any dependencies, executables, or