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

Commit 46d9016

Browse files
committed
Update ffi pin
1 parent 765cfca commit 46d9016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ elsif RUBY_VERSION < '2.0'
6060
elsif RUBY_VERSION < '2.3.0'
6161
gem 'ffi', '~> 1.12.0'
6262
else
63-
gem 'ffi', '~> 1.15.0'
63+
gem 'ffi', '~> 1.17.0'
6464
end
6565

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

0 commit comments

Comments
 (0)