Skip to content

Bump nokogiri and the minimum required Ruby version #286

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

issyl0
Copy link
Member

@issyl0 issyl0 commented Apr 24, 2025

- Fixes https://github.com/github/rubocop-github/security/dependabot/49 and https://github.com/github/rubocop-github/security/dependabot/50.
- Dependabot couldn't do this itself because `nokogiri >= 1.18.8` is not compatible with Ruby 3.0, so the minimum required Ruby version in the gemspec needed bumping.
@Copilot Copilot AI review requested due to automatic review settings April 24, 2025 20:36
@issyl0 issyl0 requested a review from a team as a code owner April 24, 2025 20:36
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the minimum required Ruby version in the gemspec to support the updated nokogiri dependency.

  • Updated s.required_ruby_version from ">= 3.0.0" to ">= 3.1.0"
  • Ensures compatibility with nokogiri >= 1.18.8
Comments suppressed due to low confidence (1)

rubocop-github.gemspec:21

  • Confirm that the bumped minimum Ruby version is reflected in all relevant documentation and communicated to users to avoid compatibility issues.
s.required_ruby_version = ">= 3.1.0"

Copy link

@hharen hharen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❇️

@issyl0 issyl0 merged commit 1323ab5 into main Apr 28, 2025
10 checks passed
@issyl0 issyl0 deleted the bump-nokogiri branch April 28, 2025 13:10
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.

2 participants