We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bbb19 commit 1fd8af4Copy full SHA for 1fd8af4
psf.gemspec
@@ -30,4 +30,6 @@ Gem::Specification.new do |s|
30
}
31
32
s.required_ruby_version = ['>= 3.1.0', '< 4.0']
33
+
34
+ s.add_runtime_dependency('docopt', '~> 0.6') # for argument parsing
35
end
0 commit comments