Skip to content

Commit 3c15058

Browse files
committed
Update childprocess dependency to 0.5.6 minimum
This is necessary as of d9453db so tests pass when we call `exit?` on a detached process.
1 parent d9453db commit 3c15058

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
@@ -49,6 +49,7 @@
4949
with that version, copy the [default configuration from 0.23.0](https://github.com/brigade/overcommit/blob/9f03e9c82b385d375a836ca7146b117dbde5c822/config/default.yml)
5050
* Update `ScssLint` pre-commit hook to properly handle special exit code that
5151
signals all files were filtered by exclusions (new as of `scss-lint` 0.36.0)
52+
* Update `childprocess` dependency to minimum 0.5.6
5253

5354
## 0.23.0
5455

overcommit.gemspec

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

2727
s.required_ruby_version = '>= 1.9.3'
2828

29-
s.add_dependency 'childprocess', '~> 0.5.0'
29+
s.add_dependency 'childprocess', '~> 0.5.6'
3030

3131
s.add_development_dependency 'rspec', '~> 3.0'
3232
s.add_development_dependency 'travis', '~> 1.7'

0 commit comments

Comments
 (0)