Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Added documentation for gem ..., :require => false #1292

Merged
merged 1 commit into from
Jul 7, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added documentation for gem ..., :require => false
  • Loading branch information
kmayer authored and pivotal committed Jul 7, 2011
commit f7448830dd7f81d86136422a5fa1b09a494dea3b
3 changes: 3 additions & 0 deletions man/gemfile.5.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down