Skip to content

Commit

Permalink
Cleanup after fixing JRuby (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 4, 2019
1 parent b925766 commit cb1b4ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit cb1b4ce

Please sign in to comment.