Gemfile: Unconstrain the tapioca version#22095
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the now-outdated upper bound on the optional tapioca gem used for typechecking tooling, aligning the Gemfile with current usage and eliminating an obsolete TODO.
Changes:
- Drop the
< 0.20.0constraint fortapiocain the:typecheckgem group. - Update
Gemfile.lockdependency entry to reflect the unconstrained requirement while retaining the locked resolved version.
Show a summary per file
| File | Description |
|---|---|
Library/Homebrew/Gemfile |
Removes the outdated TODO and the tapioca upper-bound constraint in the :typecheck group. |
Library/Homebrew/Gemfile.lock |
Updates the dependency list entry for tapioca to match the Gemfile change. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 0
2d8b804 to
0677562
Compare
- We're using a version of Tapioca == 0.19.0 these days after commit 1078f43, so the comment no longer applies, so the version constraint can be removed.
0677562 to
a99277b
Compare
MikeMcQuaid
requested changes
Apr 26, 2026
MikeMcQuaid
left a comment
Member
There was a problem hiding this comment.
Seems this PR wasn't released yet: Shopify/rubydex#725
Member
Author
The commit is included in release v0.1.0.beta12 which is in our Gemfile. |
carlocab
approved these changes
Apr 27, 2026
MikeMcQuaid
approved these changes
Apr 27, 2026
Member
|
Apologies, ✅. I've also taken this PR as a chance to update Tapioca and fix #22098 |
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
Member
|
Weird |
Member
Author
|
Thanks @ZhongRuoyu! |
These are needed after sorbet/sorbet#10164.
923b0e7 to
30f26bf
Compare
Bo98
approved these changes
Apr 27, 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.
Fixes #22098
brew lgtm(style, typechecking and tests) with your changes locally?brew vendor-gems; brew tc --updateand force-pushed the results.