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

Allow ohai versions > 17 to be used #1040

Merged
merged 1 commit into from
Nov 10, 2021

Commits on Oct 8, 2021

  1. Allow ohai versions > 17 to be used

    The restricton `< 17` was originally added by 2777c5b in
    chef#1013 because `omnibus-toolchain`
    was still shipping Ruby 2.6 at that time, and Ohai 17 required Ruby 17.
    However, starting with
    chef/omnibus-toolchain#153, `omnibus-toolchain`
    is on Ruby 2.7+, and hence this restriction can be removed.
    
    To be on the safe side, we are bumping the upper limit to 18 to avoid
    any surprises when next major version of Ohai comes out.
    
    Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
    balasankarc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    4cda33b View commit details
    Browse the repository at this point in the history