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

Gemfile: Lock nokogiri to Ruby 2.6-compatible version #44

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

perlun
Copy link
Owner

@perlun perlun commented Jan 6, 2024

This paves the way for #40. We could outright upgrade Nokogiri in this PR, but I'll let Dependabot take the credit for that since it was the one who prompted the upgrade in the first place. :)

The problem with #40 as it currently stands is that it tries to use Nokogiri 1.16.0, which has dropped both Ruby 2.6 support (in 1.14.0) and Ruby 2.7 (in 1.16.0). Both of these Ruby versions have reached EOL, so we should certainly upgrade our Ruby version as well but let's begin with addressing these security-related PRs first.

This paves the way for #40.
We could outright upgrade Nokogiri in this PR, but I'll let Dependabot
take the credit for that since it was the one who prompted the upgrade
in the first place. :)

The problem with #40 as it
currently stands is that it tries to use Nokogiri 1.16.0, which has
dropped both Ruby 2.6 support (in 1.14.0) and Ruby 2.7 (in 1.16.0). Both
of these Ruby versions have reached EOL, so we should certainly upgrade
our Ruby version as well but let's begin with addressing these
security-related PRs first.
@perlun perlun force-pushed the feature/lock-nokogiri-version branch from 02f476d to c0552fe Compare January 6, 2024 07:34
@perlun perlun merged commit f9db825 into master Jan 6, 2024
1 check passed
@perlun perlun deleted the feature/lock-nokogiri-version branch January 6, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant