From 56a63f0ac33461f22d097e93836b8a9399dc42e1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Doyle Date: Mon, 27 Jan 2025 10:47:45 -0500 Subject: [PATCH] fix: Change required version in Rails README from 0.24 to 0.34 --- instrumentation/rails/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/rails/README.md b/instrumentation/rails/README.md index d1de1da14d..efb048ca8b 100644 --- a/instrumentation/rails/README.md +++ b/instrumentation/rails/README.md @@ -24,8 +24,8 @@ gem opentelemetry-instrumentation-rails, "" | --- | --- | | `5.2` | `= 0.24.1` | | `6.0` | `= 0.28.0` | -| `6.1` | `= 0.24` | -| `7.x` | `~> 0.24` | +| `6.1` | `= 0.34` | +| `7.x` | `~> 0.34` | ## Usage