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

Commit d12b340

Browse files
benoittgtJonRowe
authored andcommitted
Merge pull request #2772 from rspec/fix-ci-child-process
Fix CI install failure for childprocess on Windows and Ruby 2.2
1 parent 380e49b commit d12b340

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)