Release 5.1.0 - #181
Merged
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to a consistent version bump across the version constant, README snippet, and all relevant lockfiles.
Pull request overview
Prepares the comma Ruby gem for the 5.1.0 release by updating the canonical version constant and aligning installation/docs and lockfiles used by the base Gemfile and appraisal matrix.
Changes:
- Bump
Comma::VERSIONfrom5.0.0to5.1.0. - Update README installation snippet to recommend
~> 5.1.0. - Sync
comma’s recorded version inGemfile.lockand allgemfiles/*.gemfile.lockfiles.
File summaries
| File | Description |
|---|---|
| README.md | Updates Bundler install snippet to ~> 5.1.0. |
| lib/comma/version.rb | Bumps the gem’s version constant to 5.1.0. |
| Gemfile.lock | Updates local path spec version to 5.1.0. |
| gemfiles/rails8.1.3.1.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/rails8.0.5.1.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/rails7.2.3.2.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/rails7.1.6.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/active8.1.3.1.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/active8.0.5.1.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/active7.2.3.2.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
| gemfiles/active7.1.6.gemfile.lock | Updates appraisal lockfile path spec version to 5.1.0. |
Review details
- Files reviewed: 2/11 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
commaversion recorded inGemfile.lockand eachgemfiles/*.gemfile.lockto match~> 5.1.0Testing
BUNDLE_FROZEN=true mise exec ruby@3.2.7 -- bundle exec rspec specmise exec ruby@3.2.7 -- bundle exec rubocop🤖 Generated with Claude Code