Skip to content

Commit

Permalink
fix(docs): ruby version is required and declared in .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Aug 26, 2024
1 parent 07adf18 commit 2a763f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/development-environment-ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We suggest you install the version we require in [.ruby-version](https://github.
Read the first line e.g. `3.3.4` and install that version.

```shell
# Install the required version as read from the Gemfile
# Install the required version as read from the .ruby-version file
rbenv install 3.3.4
```

Expand Down

0 comments on commit 2a763f5

Please sign in to comment.