From fedfe82e17239f3de73db394ae4f293f2650ca82 Mon Sep 17 00:00:00 2001 From: Greg Dubicki <566632+gdubicki@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:43:48 +0000 Subject: [PATCH] Add Ruby 3.3 as supported as it has been added in https://github.com/DataDog/dd-trace-rb/pull/3167 --- docs/Compatibility.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Compatibility.md b/docs/Compatibility.md index 56301f7178e..79b3355a50d 100644 --- a/docs/Compatibility.md +++ b/docs/Compatibility.md @@ -6,7 +6,8 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r | Type | Documentation | Version | Support type | Gem version support | | ----- | -------------------------- | ----- | ------------------------------------ | ------------------- | -| MRI | https://www.ruby-lang.org/ | 3.2 | Full | Latest | +| MRI | https://www.ruby-lang.org/ | 3.3 | Full | Latest | +| | | 3.2 | Full | Latest | | | | 3.1 | Full | Latest | | | | 3.0 | Full | Latest | | | | 2.7 | Full | Latest |