We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adab84a commit 7f9795cCopy full SHA for 7f9795c
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## master (unreleased)
4
5
* Fix `forwarding to private method` warning on Ruby 2.4.x
6
+* Update `childprocess` dependency to 0.6.x series
7
8
## 0.38.0
9
overcommit.gemspec
@@ -26,6 +26,6 @@ Gem::Specification.new do |s|
26
27
s.required_ruby_version = '>= 2'
28
29
- s.add_dependency 'childprocess', '~> 0.5.8'
+ s.add_dependency 'childprocess', '~> 0.6.1'
30
s.add_dependency 'iniparse', '~> 1.4'
31
end
0 commit comments