[rubygems/rubygems] Address PR feedback

https://github.com/rubygems/rubygems/commit/62be097a32
This commit is contained in:
Andy Waite 2024-04-28 20:05:54 -04:00 committed by git
parent 2a683f3f7d
commit 6203307f16
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
.P
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\.
If the lockfile needs to be updated then it will be resolved using the gems installed on the local machine, if they satisfy the requirements\.
.SH "OPTIONS"
.TP
\fB\-\-dry\-run\fR

View File

@ -15,8 +15,8 @@ a status of 0.
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.
If the lockfile needs to be updated then it will be resolved using the gems
installed on the local machine, if they satisfy the requirements.
## OPTIONS