> For the complete documentation index, see [llms.txt](https://wiki.christianpoplawski.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.christianpoplawski.de/ruby-on-rails/bundler.md).

# 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.
