We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc78fd commit a5a3aafCopy full SHA for a5a3aaf
github-markup.gemspec
@@ -13,6 +13,8 @@ Gem::Specification.new do |s|
13
s.homepage = "https://github.com/github/markup"
14
s.license = "MIT"
15
16
+ s.required_ruby_version = '>= 3.0.0'
17
+
18
s.files = `git ls-files`.split($\)
19
s.files += Dir['vendor/**/*']
20
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments