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

Commit c9f899a

Browse files
committed
Pin childprocess on older Rubies
1 parent ccf1d30 commit c9f899a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
6363
gem "childprocess", "< 1.0.0"
6464
elsif RUBY_VERSION < '2.0.0'
6565
gem "childprocess", "< 1.0.0"
66+
elsif RUBY_VERSION < '2.3.0'
67+
gem "childprocess", "< 3.0.0"
6668
else
67-
gem "childprocess", "> 1.0.0"
69+
gem "childprocess", ">= 3.0.0"
6870
end
6971

7072
platforms :jruby do

0 commit comments

Comments
 (0)