You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundler/lib/bundler/man/bundle-config.1
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ Executing \fBbundle config unset \-\-local <name> <value>\fR will delete the con
56
56
.P
57
57
Executing bundle with the \fBBUNDLE_IGNORE_CONFIG\fR environment variable set will cause it to ignore all configuration\.
58
58
.
59
+
.P
60
+
Executing \fBbundleconfigset\-\-localdisable_multisourcetrue\fR upgrades the warning about the Gemfile containing multiple primary sources to an error\. Executing \fBbundleconfigunsetdisable_multisource\fR downgrades this error to a warning\.
61
+
.
59
62
.SH "REMEMBERING OPTIONS"
60
63
Flags passed to \fBbundleinstall\fR or the Bundler runtime, such as \fB\-\-pathfoo\fR or \fB\-\-withoutproduction\fR, are remembered between commands and saved to your local application\'s configuration (normally, \fB\./\.bundle/config\fR)\.
61
64
.
@@ -181,6 +184,9 @@ The following is a list of all configuration keys and their purpose\. You can le
181
184
\fBdisable_local_revision_check\fR (\fBBUNDLE_DISABLE_LOCAL_REVISION_CHECK\fR): Allow Bundler to use a local git override without checking if the revision present in the lockfile is present in the repository\.
182
185
.
183
186
.IP"\(bu"4
187
+
\fBdisable_multisource\fR (\fBBUNDLE_DISABLE_MULTISOURCE\fR): When set, Gemfiles containing multiple sources will produce errors instead of warnings\. Use \fBbundleconfigunsetdisable_multisource\fR to unset\.
188
+
.
189
+
.IP"\(bu"4
184
190
\fBdisable_shared_gems\fR (\fBBUNDLE_DISABLE_SHARED_GEMS\fR): Stop Bundler from accessing gems installed to RubyGems\' normal location\.
0 commit comments