From 75e6da25ac317a1963bb224aac14a4ab79e78abc Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 9 May 2023 09:37:55 -0800 Subject: + Bumped minimum ruby to 2.7. So done. [git-p4: depot-paths = "//src/hoe/dev/": change = 13783] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5b0615a..5569e3c 100644 --- a/Rakefile +++ b/Rakefile @@ -19,7 +19,7 @@ Hoe.spec "hoe" do pluggable! require_rubygems_version ">= 3.0" - require_ruby_version [">= 2.6", "< 4"] + require_ruby_version [">= 2.7", "< 4"] dependency "rake", [">= 0.8", "< 15.0"] # FIX: to force it to exist pre-isolate end -- cgit v1.2.1