From b0d1a6ea20ade3ccec6a6f19d641891b6458ff48 Mon Sep 17 00:00:00 2001 From: jsjiang Date: Fri, 4 Sep 2026 09:40:10 -0700 Subject: [PATCH] Update README with Ruby, Bundler, and Jekyll info Added compatibility note for Ruby version and included Bundler and Jekyll configuration details. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32f25da..0cc3723 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,21 @@ This site is built with Jekyll. The project uses: -- Ruby 3.4.10, selected by `.ruby-version` +- Ruby 3.4.10, selected by `.ruby-version` (Note: also works with Ruby 3.4.8) - 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. +Bundler version in `Gemfile.lock`: +``` +BUNDLED WITH + 2.6.9 +``` + +Jekyll constrain in `Gemfile`: +``` +source "https://rubygems.org" +gem "jekyll", "~> 4.4.1" +``` ## Install Ruby