[rubygems/rubygems] docs(bundle-config): hint default group when using only option

https://github.com/rubygems/rubygems/commit/c258e45b44
This commit is contained in:
Mateo 2025-02-27 19:40:01 +01:00 committed by Hiroshi SHIBATA
parent 29e3ee0568
commit a98c3d229e
Notes: git 2025-03-03 06:52:54 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Creates a directory (defaults to \fB~/bin\fR) and place any executables from the
In deployment mode, Bundler will 'roll\-out' the bundle for \fBproduction\fR use\. Please check carefully if you want to have this option enabled in \fBdevelopment\fR or \fBtest\fR environments\.
.TP
\fBonly\fR
A space\-separated list of groups to install only gems of the specified groups\.
A space\-separated list of groups to install only gems of the specified groups\. Please check carefully if you want to install also gems without a group, cause they get put inside \fBdefault\fR group\. For example \fBonly test:default\fR will install all gems specified in test group and without one\.
.TP
\fBpath\fR
The location to install the specified gems to\. This defaults to Rubygems' setting\. Bundler shares this location with Rubygems, \fBgem install \|\.\|\.\|\.\fR will have gem installed there, too\. Therefore, gems installed without a \fB\-\-path \|\.\|\.\|\.\fR setting will show up by calling \fBgem list\fR\. Accordingly, gems installed to other locations will not get listed\.

View File

@ -79,6 +79,9 @@ The options that can be configured are:
* `only`:
A space-separated list of groups to install only gems of the specified groups.
Please check carefully if you want to install also gems without a group, cause
they get put inside `default` group. For example `only test:default` will install
all gems specified in test group and without one.
* `path`:
The location to install the specified gems to. This defaults to Rubygems'