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

Commit 018d0d5

Browse files
authored
Merge pull request #1336 from rspec/fix-appveyor
Fix appveyor
2 parents 3c8ee9d + 3a51c08 commit 018d0d5

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
@@ -44,7 +44,7 @@ else
4444
gem 'ffi', '> 1.9.24' # prevent Github security vulnerability warning
4545
end
4646

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

0 commit comments

Comments
 (0)