Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ docker-compose up

## Updating gems inside the container

This can be done with the `bin/with_builder.sh` script:
This can be done with the `bin/with-builder.sh` script:
```
./bin/with_builder.sh bundle update
./bin/with-builder.sh bundle update
```
which should update the Gems in the container, without the need for rebuilding.

Expand Down