bundle install
Install the gems specified by the Gemfile or Gemfile.lock
Options
Name | Description |
---|---|
--binstubs <arg> | Create binstubs in dir |
--clean | Remove unused gems after install |
--deployment | For Production and CI use |
--force, --redownload | Redownload all gems |
--frozen | Do not allow lock file to update |
--full-index | Cache the full index locally |
--gemfile <arg> | The gemfile to use |
--jobs <arg> | Maximum number of parallel installs |
--local | Use only gems already downloaded or cached |
--no-cache | Do not use vendor/cache |
--no-prune | Do not remove stale gems |
--path <arg> | Path the install gems too |
--quiet | Do not print to stdout |
--retry <arg> | Retry failed network requests N times |
--shebang <arg> | Uses the specified ruby executable for binstubs |
--standalone <arg> | Makes a bundle that can work without depending on Rubygems or Bundler at runtime |
--system | Use system Rubygems location |
--trust-policy <arg> | Apply the Rubygems security policy |
--with <arg> | Groups to install |
--without <arg> | Groups to NOT install |