Skip to content

Commit

Permalink
docs: update ruby-version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and eregon committed Jul 24, 2024
1 parent 50ba338 commit 3715447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3715447

Please sign in to comment.