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

Commit d11c743

Browse files
committed
Pin ffi on Ruby 2.3 on Windows
1 parent bfd13aa commit d11c743

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
@@ -47,6 +47,8 @@ end
4747

4848
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
4949
gem 'ffi', '< 1.10'
50+
elsif RUBY_VERSION < '2.4.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
51+
gem 'ffi', '< 1.15'
5052
elsif RUBY_VERSION < '2.0'
5153
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
5254
elsif RUBY_VERSION < '2.3.0'

0 commit comments

Comments
 (0)