From 371544706a2f9a089bd1c41cfdfccf8f8aed25e4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 24 Jul 2024 16:56:57 -0400 Subject: [PATCH] docs: update ruby-version comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a98b8136..d166bd2ad 100644 --- a/README.md +++ b/README.md @@ -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 ```