Skip to content

Commit 68728c7

Browse files
committed
Prevent install failure of childprocess on windows Ruby 2.2.10
1 parent 19206a6 commit 68728c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
gem 'ffi', '~> 1.11.0'
4949
end
5050

51-
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
51+
if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
5252
gem "childprocess", "< 1.0.0"
5353
end
5454

0 commit comments

Comments
 (0)