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

Commit cb1b4ce

Browse files
authored
Cleanup after fixing JRuby (#2598)
1 parent b925766 commit cb1b4ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ end
3434

3535
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
3636
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
3937
elsif RUBY_VERSION < '1.9'
4038
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
4139
else

0 commit comments

Comments
 (0)