From 448119db051b4ddb21b1f3a78b9b614717640254 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 25 Aug 2024 22:07:23 -0400 Subject: [PATCH] Ruby 3.2+ is supported in main --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ae50c04..15e9d38 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' -# because we use an anscient version of ddtrace -ruby '>= 2.7.0', '< 3.2' +ruby '>= 2.7.0' gemspec