1BUNDLE-CHECK(1) BUNDLE-CHECK(1)
2
3
4
6 bundle-check - Verifies if dependencies are satisfied by installed gems
7
9 bundle check [--dry-run] [--gemfile=FILE] [--path=PATH]
10
12 check searches the local machine for each of the gems requested in the
13 Gemfile. If all gems are found, Bundler prints a success message and
14 exits with a status of 0.
15
16 If not, the first missing gem is listed and Bundler exits status 1.
17
19 --dry-run
20 Locks the [Gemfile(5)][Gemfile(5)] before running the command.
21
22 --gemfile
23 Use the specified gemfile instead of the [Gemfile(5)][Gem‐
24 file(5)].
25
26 --path Specify a different path than the system default ($BUNDLE_PATH
27 or $GEM_HOME). Bundler will remember this value for future in‐
28 stalls on this machine.
29
30
31
32
33 February 2023 BUNDLE-CHECK(1)