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

Commit

Permalink
Merge pull request #1292 from kmayer/1-0-stable
Browse files Browse the repository at this point in the history
Added documentation for gem ..., :require => false
  • Loading branch information
sferik committed Jul 7, 2011
2 parents 68ad8d4 + f744883 commit f15de0c
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit f15de0c

Please sign in to comment.