Skip to content

Commit 3715447

Browse files
chenrui333eregon
authored andcommitted
docs: update ruby-version comment
1 parent 50ba338 commit 3715447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171
- uses: ruby/setup-ruby@v1
7272
with:
73-
ruby-version: '3.3' # Not needed with a .ruby-version file
73+
ruby-version: '3.3' # Not needed with a `.ruby-version` or `.tool-versions`
7474
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7575
- run: bundle exec rake
7676
```

0 commit comments

Comments
 (0)