Skip to content

Commit a5a3aaf

Browse files
committed
required ruby version
1 parent abc78fd commit a5a3aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-markup.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Gem::Specification.new do |s|
1313
s.homepage = "https://github.com/github/markup"
1414
s.license = "MIT"
1515

16+
s.required_ruby_version = '>= 3.0.0'
17+
1618
s.files = `git ls-files`.split($\)
1719
s.files += Dir['vendor/**/*']
1820
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)