-
Notifications
You must be signed in to change notification settings - Fork 161
deps: gem updates #257
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
deps: gem updates #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates all Ruby Gems in the project using "bundle update" and addresses a duplicate configuration entry in the gemspec.
- Added the required Ruby version setting earlier in the file.
- Removed the duplicated setting later in the file.
Reviewed Changes
File | Description |
---|---|
rubocop-github.gemspec | Added a required Ruby version line at the start and removed a duplicate later in the file. |
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take out the version bump and let the maintainers decide when (and what) the next release will be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gem Updates
This pull request updates all Ruby Gems in this project with
bundle update
. I started off on this PR with the goal of resolving two dependabot alerts related tonokogiri
and kept going from there.This PR also does the following:
Ruby 3.0 EOL
These changes also remove Ruby 3.0 from the test suite as it has gone EOL as of
2024-04-23
Extend CI to cover Ruby 3.4
These changes add Ruby 3.4 to the test suite as it is the latest version of Ruby and we should ensure the test suite can run against it successfully (it does 😄).
Bump the
.ruby-version
and bundlerThese changes also bump the local dev version of Ruby that is used to
3.4.2
and the bundler version to2.6.5
. Both of these are the latest versions at this time of writing.Related: https://github.com/github/rubocop-github/security/dependabot/45, https://github.com/github/rubocop-github/security/dependabot/44