Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check JRuby version without accessing Gem #823

Merged
merged 1 commit into from Sep 23, 2020
Merged

Commits on Sep 22, 2020

  1. Check versions without accessing Gem

    When running with --disable-gems, we still need to be able to
    load FFI from stdlib. Accessing the Gem namespace here requires
    that gems not be disabled.
    
    This patch splits and compares the integer elements of version
    directly rather than using Gem::Version to do that comparison.
    
    See ffi#763 for the original code.
    headius committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b0f9d16 View commit details
    Browse the repository at this point in the history