We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d25978 commit 9c21ff0Copy full SHA for 9c21ff0
1 file changed
md2key.gemspec
@@ -21,6 +21,9 @@ Gem::Specification.new do |spec|
21
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
spec.require_paths = ['lib']
23
24
+ # macOS system ruby is 2.6.10 as of darwin25
25
+ spec.required_ruby_version = '>= 2.6.0'
26
+
27
spec.add_dependency 'thor', '>= 0.19'
28
spec.add_dependency 'redcarpet', '>= 3.3'
29
spec.add_dependency 'oga', '>= 1.2'
0 commit comments