summaryrefslogtreecommitdiff
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-07-05 09:01:15 -0700
commite97b1bbf952ac2a30ec93d200c269e732d15a27e (patch)
treebbe1b4d710f09928e9344d9510348522a1831c56
parent8b0644a0e323f657892173901ec257d3ffea9e38 (diff)
downloadbundler-e97b1bbf952ac2a30ec93d200c269e732d15a27e.tar.gz
Remove warning about deps with :git
Closes #1651
-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 53c1c341aa..885108d286 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -196,8 +196,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