From 6203307f164453d67ec80048483e72b30a63b7c0 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:05:54 -0400 Subject: [PATCH] [rubygems/rubygems] Address PR feedback https://github.com/rubygems/rubygems/commit/62be097a32 --- lib/bundler/man/bundle-check.1 | 2 +- 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