Skip to content

Commit

Permalink
allow ruby > 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzwah committed Feb 28, 2024
1 parent 8a18397 commit cba0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit cba0793

Please sign in to comment.