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

Commit a5f85a2

Browse files
authored
Merge pull request #349 from rspec/pin_ffi
Pin ffi on 1.8.7
2 parents 3a203f5 + 0a5602f commit a5f85a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ end
2222

2323
if RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
2424
gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
25+
elsif RUBY_VERSION < '1.9'
26+
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
2527
end
2628

2729
# No need to run rubocop on earlier versions

0 commit comments

Comments
 (0)