We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d943126 commit 9e7454fCopy full SHA for 9e7454f
Gemfile
@@ -36,6 +36,8 @@ if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
36
gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
37
elsif RUBY_VERSION < '1.9'
38
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
39
+else
40
+ gem 'ffi', '~> 1.9.25'
41
end
42
43
platforms :jruby do
0 commit comments