From 4b91e313f08d81803b1b629e869541730479c029 Mon Sep 17 00:00:00 2001 From: Natik Gadzhi Date: Fri, 3 Nov 2023 12:26:32 -0700 Subject: [PATCH 1/2] Add Ruby 3.2 support to README. --- 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 3546dabaa..0ab1ae3fc 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 on Ruby 2.4, 2.5, 2.6, 2.7, 3.0, and 3.1 at the latest patchlevel/teeny version. We also support JRuby 9.0. +We test on Ruby 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, and 3.2 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`. From 6661af1f31f74617bed02d425d4c31567695cf24 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 4 Nov 2023 23:20:31 +0800 Subject: [PATCH 2/2] Update sentry-ruby/README.md --- 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 0ab1ae3fc..6c3488c22 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 on Ruby 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, and 3.2 at the latest patchlevel/teeny version. We also support JRuby 9.0. +We test from Ruby 2.4 to Ruby 3.2 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`.