Skip to content

Commit 29f595d

Browse files
Fabrizio Montisds
Fabrizio Monti
authored andcommitted
Relax childprocess dependency version
1 parent 89aea0e commit 29f595d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overcommit.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Gem::Specification.new do |s|
2727

2828
s.required_ruby_version = '>= 2.4'
2929

30-
s.add_dependency 'childprocess', '~> 0.6', '>= 0.6.3'
30+
s.add_dependency 'childprocess', '>= 0.6.3', '< 2.0'
3131
s.add_dependency 'iniparse', '~> 1.4'
3232
end

0 commit comments

Comments
 (0)