From c3a10d0df8117e0256dfbc39ff7db04eb7de53de Mon Sep 17 00:00:00 2001 From: Alex Odawa Date: Tue, 16 Jun 2026 23:17:10 +0200 Subject: [PATCH] Bump Ruby to 3.3.9. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo pinned Ruby 3.2.2, but `Scripts/generate_docs.sh` hangs in sourcekitten under 3.2.2 on current macOS — the 17.2.0 and 17.3.0 docs both had to be generated under 3.3.9 as a manual workaround. Pinning 3.3.9 makes the documented release process work out of the box. Co-Authored-By: Claude Opus 4.8 (1M context) --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f53..3b47f2e4f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.9 diff --git a/Gemfile.lock b/Gemfile.lock index 69bb102b7..d0014406c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ DEPENDENCIES jazzy RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.9p170 BUNDLED WITH 2.1.4