summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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