Skip to content

Commit 9ba9a60

Browse files
authored
Pin ffi on 1.8.7 (#1980)
1 parent eedbb9e commit 9ba9a60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ if RUBY_VERSION >= '2.4.0'
2828
gem 'json', '>= 2.0.2'
2929
end
3030

31+
if RUBY_VERSION < '1.9'
32+
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
33+
end
3134
if RUBY_VERSION >= '2.0.0'
3235
gem 'rake', '>= 10.0.0'
3336
elsif RUBY_VERSION >= '1.9.3'

0 commit comments

Comments
 (0)