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

Commit 8e1f9f5

Browse files
committed
Pin childprocess
1 parent f2b262d commit 8e1f9f5

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
@@ -46,6 +46,8 @@ end
4646

4747
if RUBY_VERSION <= '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
4848
gem "childprocess", "< 1.0.0"
49+
elsif RUBY_VERSION < '2.0.0'
50+
gem "childprocess", "< 1.0.0"
4951
end
5052

5153
if RUBY_VERSION < '1.9.2'

0 commit comments

Comments
 (0)