Skip to content

Commit 5ee96a4

Browse files
committed
Keep documentation about the version syntax in one place
1 parent a61be15 commit 5ee96a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
- run: ruby -v
5454
```
5555
56-
You can leave `ruby-version` unset to use the project's `.ruby-version` file.
57-
5856
### Matrix
5957
6058
This matrix tests all stable releases of MRI, JRuby and TruffleRuby on Ubuntu and macOS.
@@ -84,7 +82,7 @@ jobs:
8482
* short version like `2.6`, automatically using the latest release matching that version (`2.6.5`)
8583
* version only like `2.6.5`, assumes MRI for the engine
8684
* engine only like `truffleruby`, uses the latest stable release of that implementation
87-
* `.ruby-version` reads from the project's `.ruby-version` file
85+
* `.ruby-version` (also the default value) reads from the project's `.ruby-version` file
8886

8987
### Bundler
9088

0 commit comments

Comments
 (0)