2018-11-03 02:07:56 +03:00
|
|
|
BUNDLE-CHECK(1) BUNDLE-CHECK(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
NAME
|
|
|
|
bundle-check - Verifies if dependencies are satisfied by installed gems
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
SYNOPSIS
|
|
|
|
bundle check [--dry-run] [--gemfile=FILE] [--path=PATH]
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
DESCRIPTION
|
2019-09-18 09:28:08 +03:00
|
|
|
check searches the local machine for each of the gems requested in the
|
|
|
|
Gemfile. If all gems are found, Bundler prints a success message and
|
2018-11-03 02:07:56 +03:00
|
|
|
exits with a status of 0.
|
|
|
|
|
|
|
|
If not, the first missing gem is listed and Bundler exits status 1.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
OPTIONS
|
|
|
|
--dry-run
|
|
|
|
Locks the [Gemfile(5)][Gemfile(5)] before running the command.
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--gemfile
|
2019-09-18 09:28:08 +03:00
|
|
|
Use the specified gemfile instead of the [Gemfile(5)][Gem-
|
2018-11-03 02:07:56 +03:00
|
|
|
file(5)].
|
|
|
|
|
2019-09-18 09:28:08 +03:00
|
|
|
--path Specify a different path than the system default ($BUNDLE_PATH
|
|
|
|
or $GEM_HOME). Bundler will remember this value for future
|
2019-04-14 09:01:35 +03:00
|
|
|
installs on this machine.
|
2018-11-03 02:07:56 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-09-18 09:28:08 +03:00
|
|
|
September 2019 BUNDLE-CHECK(1)
|