diff options
| author | Andy Waite <13400+andyw8@users.noreply.github.com> | 2024-04-28 20:05:54 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-04-29 08:42:07 +0000 |
| commit | 6203307f164453d67ec80048483e72b30a63b7c0 (patch) | |
| tree | 6d88d0cf1f67035cd03560e4fd64cf65819da1b4 /lib | |
| parent | 2a683f3f7db10ae88bca125a9030a56a42e6d6b8 (diff) | |
[rubygems/rubygems] Address PR feedback
https://github.com/rubygems/rubygems/commit/62be097a32
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/man/bundle-check.1 | 2 | ||||
| -rw-r--r-- | lib/bundler/man/bundle-check.1.ronn | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/bundler/man/bundle-check.1 b/lib/bundler/man/bundle-check.1 index 27c863e97f..e1a971edae 100644 --- a/lib/bundler/man/bundle-check.1 +++ b/lib/bundler/man/bundle-check.1 @@ -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 diff --git a/lib/bundler/man/bundle-check.1.ronn b/lib/bundler/man/bundle-check.1.ronn index 81e42cc5ad..eb3ff1daf9 100644 --- a/lib/bundler/man/bundle-check.1.ronn +++ b/lib/bundler/man/bundle-check.1.ronn @@ -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 |
