Skip to content

Commit

Permalink
Merge pull request #7613 from andyw8/andyw8/clarify-bundle-check-beha…
Browse files Browse the repository at this point in the history
…viour

Clarify `bundle check` behaviour in docs
  • Loading branch information
deivid-rodriguez committed Apr 29, 2024
2 parents 9312624 + 62be097 commit 3853db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundler/lib/bundler/man/bundle-check.1
Expand Up @@ -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\.
.P
If not, the first missing gem is listed and Bundler exits status 1\.
.P
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
Expand Down
3 changes: 3 additions & 0 deletions bundler/lib/bundler/man/bundle-check.1.ronn
Expand Up @@ -15,6 +15,9 @@ a status of 0.

If not, the first missing gem is listed and Bundler exits status 1.

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

* `--dry-run`:
Expand Down

0 comments on commit 3853db9

Please sign in to comment.