We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aea0e commit 29f595dCopy full SHA for 29f595d
overcommit.gemspec
@@ -27,6 +27,6 @@ Gem::Specification.new do |s|
27
28
s.required_ruby_version = '>= 2.4'
29
30
- s.add_dependency 'childprocess', '~> 0.6', '>= 0.6.3'
+ s.add_dependency 'childprocess', '>= 0.6.3', '< 2.0'
31
s.add_dependency 'iniparse', '~> 1.4'
32
end
0 commit comments