summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Mayer <kmayer@bitwrangler.com>2011-07-07 13:15:51 -0400
committerpivotal <pivotal@vallejo.(none)>2011-07-07 13:16:12 -0400
commitf7448830dd7f81d86136422a5fa1b09a494dea3b (patch)
treee8e89f70939310a93baabadb5c92b4b8e5a60831
parent68ad8d4166d03c04b5b2cfe992df961ebadc8751 (diff)
downloadbundler-f7448830dd7f81d86136422a5fa1b09a494dea3b.tar.gz
Added documentation for gem ..., :require => false
-rw-r--r--man/gemfile.5.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index a8809b7a57..d97dadc2d1 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -55,6 +55,9 @@ This defaults to the name of the gem itself. For instance, these are identical:
gem "nokogiri"
gem "nokogiri", :require => "nokogiri"
+Specify `:require => false` to prevent bundler from requiring the gem, but still
+install it and maintain dependencies.
+
### GROUPS (:group or :groups)
Each _gem_ `MAY` specify membership in one or more groups. Any _gem_ that does