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

Commit a0d1eac

Browse files
committed
Relax ffi pin
1 parent 765cfca commit a0d1eac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ elsif RUBY_VERSION < '2.0'
5959
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
6060
elsif RUBY_VERSION < '2.3.0'
6161
gem 'ffi', '~> 1.12.0'
62-
else
62+
elsif RUBY_VERSION < '2.6.0'
6363
gem 'ffi', '~> 1.15.0'
64+
else
65+
gem 'ffi', '~> 1.17.0'
6466
end
6567

6668
if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)

0 commit comments

Comments
 (0)