Release 5.0.0 - #172
Open
eitoball wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the comma gem for the 5.0.0 release by updating the published version, updating user-facing documentation to reflect the new minimum Ruby support statement, and syncing lockfile metadata across the base and appraisal Gemfiles.
Changes:
- Bump gem version to
5.0.0. - Update README prerequisites and installation snippet for the 5.0.0 release and Ruby 3.1+ / CI-through-Ruby-4.0 messaging.
- Update base and appraisal lockfiles to reference
comma (5.0.0)in the PATH spec.
Reviewed changes
Copilot reviewed 2 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates documented Ruby prerequisites/CI coverage and Gemfile installation example for 5.0.0. |
| lib/comma/version.rb | Bumps Comma::VERSION to 5.0.0. |
| Gemfile.lock | Syncs the PATH spec version reference to 5.0.0. |
| gemfiles/rails7.1.3.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/rails7.0.8.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/rails6.1.7.6.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/rails6.0.6.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/active7.1.3.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/active7.0.8.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/active6.1.7.6.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
| gemfiles/active6.0.6.gemfile.lock | Syncs the appraisal lockfile PATH spec version reference to 5.0.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
eitoball
force-pushed
the
release-5-0-0
branch
from
August 16, 2026 09:19
c831aaa to
88ec411
Compare
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.
Summary
Testing
BUNDLE_FROZEN=true mise exec ruby@3.2.7 -- bundle exec rspec specbundle exec rake buildbundle exec rubocop -P