Skip to content

Commit 4b1e85c

Browse files
committed
Relax childprocess constraint to allow up to version 3.x
Version 3.0.0 has been released: https://github.com/enkessler/childprocess/releases/tag/v3.0.0
1 parent a49b546 commit 4b1e85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Fix Overcommit to display helpful error message when a hook does not inherit
66
from the base class
7-
* Relax `childprocess` gem constraint to allow version 2.x
7+
* Relax `childprocess` gem constraint to allow up to version 3.x
88

99
## 0.49.1
1010

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.3', '< 3.0'
30+
s.add_dependency 'childprocess', '>= 0.6.3', '< 4'
3131
s.add_dependency 'iniparse', '~> 1.4'
3232
end

0 commit comments

Comments
 (0)