Bump kettle-dev template floor to 2.3.7 - #56
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR raises the minimum (>=) kettle-dev version used by kettle-jem’s generated gemspec templates and updates the generated monorepo-root Gemfile dependency line to match, aligning the thin-slice expectations and changelog entry with the new floor.
Changes:
- Bumped generated gemspec template development dependency floor from
kettle-dev >= 2.3.6to>= 2.3.7. - Updated the monorepo root Gemfile dependency source line to
kettle-dev >= 2.3.7. - Refreshed thin-slice expectations and updated the changelog note to reflect the new minimum.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gems/kettle-jem/spec/thin_slice_spec.rb | Updates thin-slice expected gemspec content to require kettle-dev >= 2.3.7. |
| gems/kettle-jem/lib/kettle/jem/templates/shim/gem.gemspec.example | Raises the generated shim gemspec template’s kettle-dev minimum to 2.3.7. |
| gems/kettle-jem/lib/kettle/jem/templates/gem.gemspec.example | Raises the generated standard gemspec template’s kettle-dev minimum to 2.3.7. |
| gems/kettle-jem/lib/kettle/jem.rb | Updates the monorepo-root Gemfile dependency source line for kettle-dev to >= 2.3.7. |
| gems/kettle-jem/CHANGELOG.md | Updates the changelog entry to reflect the new generated-template dependency floor. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pboling
force-pushed
the
chore/kettle-dev-2.3.7-floor
branch
from
July 18, 2026 21:56
48a78c7 to
76b6c5f
Compare
pboling
force-pushed
the
chore/kettle-dev-2.3.7-floor
branch
from
July 18, 2026 21:57
76b6c5f to
e2b1633
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
kettle-dev >= 2.3.7kettle-dev >= 2.3.7Verification
git diff --checkK_SOUP_COV_DO=false bundle exec kettle-test spec/thin_slice_spec.rb:9840 spec/thin_slice_spec.rb:9924 spec/thin_slice_spec.rb:9983Note:
bin/rake spec:dependency_floorsis mentioned in the changelog but was removed previously, so mentions have been removed here.bin/rake rubocop_gradual:autocorrectmade no changes and still reports pre-existingkettle-jem.gemspecwork-list entries.