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

Switch back to a supported nokogiri release #1321

Merged
merged 2 commits into from
Jul 10, 2020
Merged

Switch back to a supported nokogiri release #1321

merged 2 commits into from
Jul 10, 2020

Commits on Jul 10, 2020

  1. Switch back to a supported nokogiri release

    Nokogiri 1.10.10 shipped this week and it adds Ruby 2.7 binaries for
    Windows. This allows us to get of the beta release and back onto a
    supported stable release.
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 authored and tyler-ball committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    905ec2e View commit details
    Browse the repository at this point in the history
  2. No longer need to uninstall/install nokogiri to force compilation

    We are reverting to 1.10 which does not have the pre-built linux binary,
    so we do not need to force `--platform ruby` in the nokogiri gem
    install.
    
    Signed-off-by: tyler-ball <tball@chef.io>
    tyler-ball committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    daf8cc1 View commit details
    Browse the repository at this point in the history