Skip to content

Commit cba0793

Browse files
committed
allow ruby > 2.4
1 parent 8a18397 commit cba0793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-markup.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DESC
1919
"source_code_uri" => "https://github.com/github/markup"
2020
}
2121

22-
spec.required_ruby_version = ">= 3.2.3"
22+
spec.required_ruby_version = ">= 2.4"
2323

2424
spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH)
2525
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)