Skip to content

Commit

Permalink
Merge pull request rspec#1215 from rspec/pin_ffi
Browse files Browse the repository at this point in the history
Pin ffi on 1.8.7
  • Loading branch information
JonRowe authored Apr 3, 2018
2 parents 1e1fbbf + 14ca6fd commit 88ad907
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 @@ -21,6 +21,8 @@ end

if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
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
end

### deps for rdoc.info
Expand Down

0 comments on commit 88ad907

Please sign in to comment.