Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit e5b2226

Browse files
committed
Pin childprocess
1 parent 33c8ed3 commit e5b2226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ end
2929

3030
if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
3131
gem "childprocess", "< 1.0.0"
32+
elsif RUBY_VERSION < '2.0.0'
33+
gem "childprocess", "< 1.0.0"
3234
elsif RUBY_VERSION < '2.3.0'
3335
gem "childprocess", "< 3.0.0"
3436
else

0 commit comments

Comments
 (0)