From 3a395c1d3742124285b9d5a71357803421188c63 Mon Sep 17 00:00:00 2001 From: Matt Quinn Date: Tue, 17 Feb 2026 11:33:35 -0500 Subject: [PATCH] docs: update README to reflect Ruby 4.0 testing support Update the Requirements section to indicate that we test up to Ruby 4.0 instead of Ruby 3.4, reflecting the current state of our test matrix. Co-Authored-By: Claude Sonnet 4.5 --- sentry-ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry-ruby/README.md b/sentry-ruby/README.md index 43b50561b..d6f1ef44b 100644 --- a/sentry-ruby/README.md +++ b/sentry-ruby/README.md @@ -33,7 +33,7 @@ If you're using `sentry-raven`, we recommend you to migrate to this new SDK. You ## Requirements -We test from Ruby 2.4 to Ruby 3.4 at the latest patchlevel/teeny version. We also support JRuby 9.0. +We test from Ruby 2.4 to Ruby 4.0 at the latest patchlevel/teeny version. We also support JRuby 9.0. If you use self-hosted Sentry, please also make sure its version is above `20.6.0`.