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

Conversation

justinhoward
Copy link
Contributor

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.

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.
@lsnn
Copy link
Contributor

lsnn commented Mar 27, 2023

We've created #79 in favor of this PR to support newer versions of Nokogiri. With that, we will remove support for Ruby 2.3 and 2.4

@justinhoward
Copy link
Contributor Author

Sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants