Upgrade runtime and packaging metadata to Ruby 3.1.x - #28
Merged
Merged
Conversation
Co-authored-by: guanw88 <44227626+guanw88@users.noreply.github.com>
Co-authored-by: guanw88 <44227626+guanw88@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
guanw88
August 28, 2026 19:40
View session
guanw88
marked this pull request as ready for review
August 29, 2026 17:57
wjean24
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the gem's declared runtime target to Ruby 3.1.x and aligns CI and published metadata with that support level. It also removes a packaging footgun surfaced during the upgrade path.
Runtime target
.ruby-versionto3.1.6required_ruby_versionin the gemspec to>= 3.1.0CI alignment
3.0.6to3.1.6Dependency / gemspec cleanup
virtusfrom an open-ended dependency to~> 2.0# coding: utf-8headerPackaging cleanup
.gemartifacts fromspec.files.gemoutputs in.gitignoreDocs