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

Commit 453d1a0

Browse files
authored
Prevent Github complaining about FFI (#1247)
1 parent 675ab72 commit 453d1a0

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
@@ -23,6 +23,8 @@ if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
2323
gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
2424
elsif RUBY_VERSION < '1.9'
2525
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
26+
else
27+
gem 'ffi', '~> 1.9.25'
2628
end
2729

2830
### deps for rdoc.info

0 commit comments

Comments
 (0)