docs: update ruby-version comment

This commit is contained in:
Rui Chen
2024-07-24 23:02:41 +02:00
committed by Benoit Daloze
parent 50ba3386b0
commit 371544706a
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
ruby-version: '3.3' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
```