Skip to content

Commit

Permalink
Prevent Github complaining about FFI (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Nov 13, 2018
1 parent e5e4ad7 commit 4a952a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|min
gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
elsif RUBY_VERSION < '1.9'
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
else
gem 'ffi', '~> 1.9.25'
end

platforms :jruby do
Expand Down

0 comments on commit 4a952a8

Please sign in to comment.