We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ba338 commit 3715447Copy full SHA for 3715447
README.md
@@ -70,7 +70,7 @@ jobs:
70
- uses: actions/checkout@v4
71
- uses: ruby/setup-ruby@v1
72
with:
73
- ruby-version: '3.3' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a `.ruby-version` or `.tool-versions`
74
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
75
- run: bundle exec rake
76
```
0 commit comments