Skip to content

Commit 2dd1eb9

Browse files
authoredJan 16, 2024
Allow childprocess 5 (sds#820)
I think it only brings improvements: https://github.com/enkessler/childprocess/releases/tag/v5.0.0
1 parent bc1fec6 commit 2dd1eb9

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,7 +27,7 @@ Gem::Specification.new do |s|
2727

2828
s.required_ruby_version = '>= 2.4'
2929

30-
s.add_dependency 'childprocess', '>= 0.6.3', '< 5'
30+
s.add_dependency 'childprocess', '>= 0.6.3', '< 6'
3131
s.add_dependency 'iniparse', '~> 1.4'
3232
s.add_dependency 'rexml', '~> 3.2'
3333
end

0 commit comments

Comments
 (0)