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

Commit ee6d9fd

Browse files
committed
Pin chilprocess
1 parent 0f13481 commit ee6d9fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@ end
5858

5959
if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
6060
gem "childprocess", "< 1.0.0"
61+
elsif RUBY_VERSION < '2.0.0'
62+
gem "childprocess", "< 1.0.0"
63+
else
64+
gem "childprocess", "> 1.0.0"
6165
end
6266

6367
platforms :jruby do
6468
if RUBY_VERSION < '1.9.0'
6569
# Pin jruby-openssl on older J Ruby
6670
gem "jruby-openssl", "< 0.10.0"
67-
# Pin child-process on older J Ruby
68-
gem "childprocess", "< 1.0.0"
6971
else
7072
gem "jruby-openssl"
7173
end

0 commit comments

Comments
 (0)