# bundler

\#Bundler

### Updating gems

To only update a specific gem, use

```bash
bundler update gem
```

The command also accepts a list of gems to be updated.\
Also accepts the `--conservative` flag to make sure that no indirect dependencies are updated.
