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

Commit 40d09a1

Browse files
committed
Updated ffi version
1 parent a628b38 commit 40d09a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
4949
elsif RUBY_VERSION < '2.0'
5050
# ffi dropped Ruby 1.8 support in 1.9.19 and Ruby 1.9 support in 1.11.0
5151
gem 'ffi', '< 1.9.19'
52+
elsif RUBY_VERSION < '2.3.0'
53+
gem 'ffi', '~> 1.12.0'
5254
else
53-
gem 'ffi', '~> 1.11.0'
55+
gem 'ffi', '~> 1.13.0'
5456
end
5557

5658
# No need to run rubocop on earlier versions

0 commit comments

Comments
 (0)