bundle update
Update dependencies to their latest versions
Options
Name | Description |
---|---|
--all | Update all gems specified in Gemfile |
--group, -g <arg> | Only update the gems in the specified group |
--source <arg> | The name of a :git or :path source used in the Gemfile |
--local | Use only gems already downloaded or cached |
--ruby | Update the locked version of Ruby to the current version of Ruby |
--bundler | Update the locked version of bundler to the invoked bundler version |
--full-index | Fall back to using the single-file index of all gems |
--jobs, -j <arg> | Specify the number of jobs to run in parallel. The default is 1 |
--retry <arg> | Retry failed network or git requests for number times |
--quiet | Only output warnings and errors |
--force, --redownload | Force downloading every gem |
--patch | Prefer updating only to next patch version |
--minor | Prefer updating only to next minor version |
--major | Prefer updating to next major version (default) |
--strict | Do not allow any gem to be updated past latest --patch | --minor | --major |
--conservative | Do not allow shared dependencies to be updated |