From 39683d96b2b5196bd6a56ee371550c9449432d51 Mon Sep 17 00:00:00 2001 From: jsjiang Date: Thu, 3 Sep 2026 11:51:05 -0700 Subject: [PATCH] Update README with Ruby 3.4.8 compatibility note Added note about compatibility with Ruby 3.4.8. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad04807..32f25da 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The project uses: - Bundler 2.6.9, recorded in `Gemfile.lock` - Jekyll 4.4.1 or later within the `Gemfile` constraint +Note: also works with Ruby 3.4.8. + ## Install Ruby Install Ruby 3.4.10 using a Ruby version manager, `rbenv` for example.