Skip to content

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 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 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
Contributor

@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.

3 participants