From cba07935dba1ce24f57a4a82480a1a3daf022d3a Mon Sep 17 00:00:00 2001 From: Fuzzwah Date: Wed, 28 Feb 2024 07:46:47 +0000 Subject: [PATCH] allow ruby > 2.4 --- github-markup.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-markup.gemspec b/github-markup.gemspec index fd5ad570..e4da71d2 100644 --- a/github-markup.gemspec +++ b/github-markup.gemspec @@ -19,7 +19,7 @@ DESC "source_code_uri" => "https://github.com/github/markup" } - spec.required_ruby_version = ">= 3.2.3" + spec.required_ruby_version = ">= 2.4" spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH) spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }