Skip to content

Commit cfe0f8e

Browse files
committed
Bump childprocess dependency to avoid a couple of bad versions (0.4.1, 0.4.2).
1 parent 6d71826 commit cfe0f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rubygem(
1919
gemdeps = [
2020
{ "multi_json" : "~> 1.0" },
2121
{ "rubyzip" : "~> 1.0" },
22-
{ "childprocess" : ">= 0.2.5" },
22+
{ "childprocess" : ">= 0.5.0" },
2323
{ "websocket" : "~> 1.0.4" }
2424
],
2525
devdeps = [

0 commit comments

Comments
 (0)