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 newer versions of nokogiri #71

Closed
wants to merge 1 commit into from
Closed

Allow newer versions of nokogiri #71

wants to merge 1 commit into from

Commits on Sep 10, 2022

  1. Allow newer versions of nokogiri

    We're currently enforcing an unsupported version of nokogiri. This
    version cannot be installed with Ruby 3 because of
    flavorjones/mini_portile#101. Allow newer
    nokogiri versions.
    
    Also, to add support for Ruby 3 while maintaining 2.3 and 2.4 support,
    we remove Gemfile.lock. This allows CI to run the latest version of gems
    supported by each ruby version.
    justinhoward committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6bb98cd View commit details
    Browse the repository at this point in the history