Skip to content

Commit 7f9795c

Browse files
committed
Update childprocess dependency to 0.6.x series
1 parent adab84a commit 7f9795c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master (unreleased)
44

55
* Fix `forwarding to private method` warning on Ruby 2.4.x
6+
* Update `childprocess` dependency to 0.6.x series
67

78
## 0.38.0
89

overcommit.gemspec

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

2727
s.required_ruby_version = '>= 2'
2828

29-
s.add_dependency 'childprocess', '~> 0.5.8'
29+
s.add_dependency 'childprocess', '~> 0.6.1'
3030
s.add_dependency 'iniparse', '~> 1.4'
3131
end

0 commit comments

Comments
 (0)