From c5903f5c5d52d98b084097a311db28a0595df0cd Mon Sep 17 00:00:00 2001 From: Greg Travis Date: Wed, 13 May 2026 07:59:16 -0700 Subject: [PATCH 1/3] Add note about fiber problems with Ruby 3.3.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce88b6a4..a57a5a5a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Also see: ### Installation -The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. +The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. (Ruby 3.3.11+ is recommended over 3.3.0 due to problems with fibers.) Can require in a Gemfile like: From 2fff02536a520d6f7296b2bea488ee5ec57a485b Mon Sep 17 00:00:00 2001 From: Greg Travis Date: Wed, 13 May 2026 09:00:38 -0700 Subject: [PATCH 2/3] Change to 3.3.2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57a5a5a..be8a0dee 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Also see: ### Installation -The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. (Ruby 3.3.11+ is recommended over 3.3.0 due to problems with fibers.) +The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. (Ruby 3.3.2+ is recommended over 3.3.0 due to problems with fibers.) Can require in a Gemfile like: From 68d1f508c4d07698dc8bdfa87808c3e97f5e79e4 Mon Sep 17 00:00:00 2001 From: Greg Travis Date: Wed, 13 May 2026 09:01:35 -0700 Subject: [PATCH 3/3] Use suggested phrasing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8a0dee..4962b304 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Also see: ### Installation -The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. (Ruby 3.3.2+ is recommended over 3.3.0 due to problems with fibers.) +The Ruby SDK works with Ruby 3.3, 3.4, and 4.0. (If using Fibers, Ruby 3.3.2+ is recommended due to problems with fibers in previous versions.) Can require in a Gemfile like: