From b8711492883a098e8ffde076c08ca9ce69aa9b06 Mon Sep 17 00:00:00 2001 From: "Kayla Reopelle (she/her)" <87386821+kaylareopelle@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:42:44 -0700 Subject: [PATCH] Set MRI ruby limit to >= 3.0 Ruby 2.7 support dropped by the maintainers as of March 30, 2023. The 2.7 support has been removed from the Ruby libraries as part of https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/389 --- content/en/docs/instrumentation/ruby/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/ruby/getting-started.md b/content/en/docs/instrumentation/ruby/getting-started.md index 3bf5ef107a09..dfa3e40d6f12 100644 --- a/content/en/docs/instrumentation/ruby/getting-started.md +++ b/content/en/docs/instrumentation/ruby/getting-started.md @@ -14,7 +14,7 @@ using the [OpenTelemetry API][manual]. These instructions will explain how to set up automatic and manual instrumentation for a Ruby service. In order to follow along, you will need: -- MRI Ruby >= `2.7`, jruby >= `9.3.2.0`, or truffleruby >= 22.1 +- MRI Ruby >= `3.0`, jruby >= `9.3.2.0`, or truffleruby >= 22.1 - Docker Compose > jruby only targets compatibility with MRI Ruby 2.6.8; which is EOL. This