From e3b12578213b65c5cbb90c3e6d67738a2ce960e9 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Fri, 11 Oct 2024 17:25:15 -0500 Subject: [PATCH] Update xprof/xprof.rb.in Co-authored-by: Brice Videau --- xprof/xprof.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index e4f98961..22fca45f 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -2,7 +2,7 @@ # 2.7 for Lazy in Enumerable. 2.7 was released 25 Dec 2019 -THAPI_RUBY_MINIMAL_VERSION = '2.7.2' +THAPI_RUBY_MINIMAL_VERSION = '2.6.0' if Gem::Version.new(RUBY_VERSION) < Gem::Version.new(THAPI_RUBY_MINIMAL_VERSION) warn("Your ruby version #{RUBY_VERSION} is too old. #{THAPI_RUBY_MINIMAL_VERSION} or newer required") exit(1)