We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ada74 commit c1408f0Copy full SHA for c1408f0
Gemfile
@@ -34,8 +34,6 @@ end
34
35
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
36
gem 'ffi', '< 1.10'
37
-elsif RUBY_VERSION < '2.0.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
38
- gem 'ffi', '< 1.9.15' # allow ffi to be installed on older rubies on windows
39
elsif RUBY_VERSION < '1.9'
40
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
41
else
0 commit comments