From 5d48f784376be636388cb917db4e0d226a9e9bbd Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 4 Feb 2019 22:28:24 +0000 Subject: [PATCH] Cleanup after fixing JRuby (#2598) --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index bb01ec5b05..957f2621dc 100644 --- a/Gemfile +++ b/Gemfile @@ -34,8 +34,6 @@ end if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/) gem 'ffi', '< 1.10' -elsif 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 else