[rubygems/rubygems] Clarify bundle check behaviour in docs

https://github.com/rubygems/rubygems/commit/c438c6db2e
This commit is contained in:
Andy Waite 2024-04-27 10:45:06 -04:00 committed by git
parent 5ed2064419
commit 2a683f3f7d
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@
\fBcheck\fR searches the local machine for each of the gems requested in the Gemfile\. If all gems are found, Bundler prints a success message and exits with a status of 0\. \fBcheck\fR searches the local machine for each of the gems requested in the Gemfile\. If all gems are found, Bundler prints a success message and exits with a status of 0\.
.P .P
If not, the first missing gem is listed and Bundler exits status 1\. If not, the first missing gem is listed and Bundler exits status 1\.
.P
If a gem in the Gemfile is installed on the local machine, but not yet listed in the lockfile, then the lockfile will be updated to include it\.
.SH "OPTIONS" .SH "OPTIONS"
.TP .TP
\fB\-\-dry\-run\fR \fB\-\-dry\-run\fR

View File

@ -15,6 +15,9 @@ a status of 0.
If not, the first missing gem is listed and Bundler exits status 1. If not, the first missing gem is listed and Bundler exits status 1.
If a gem in the Gemfile is installed on the local machine, but not yet listed
in the lockfile, then the lockfile will be updated to include it.
## OPTIONS ## OPTIONS
* `--dry-run`: * `--dry-run`: