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

Commit 4a952a8

Browse files
authored
Prevent Github complaining about FFI (#2577)
1 parent e5e4ad7 commit 4a952a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
3636
gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
3737
elsif RUBY_VERSION < '1.9'
3838
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
39+
else
40+
gem 'ffi', '~> 1.9.25'
3941
end
4042

4143
platforms :jruby do

0 commit comments

Comments
 (0)