Update Ruby 3.2.2 -> 4.0.4#112
Open
IsaacG wants to merge 1 commit into
Open
Conversation
Member
IsaacG
commented
May 14, 2026
- Use alpine 3.23 with a pinned hash.
- Make Gemfile and Dockerfile uniform across Ruby repos to allow shared layers.
kotp
requested changes
May 16, 2026
| gem 'mocha' | ||
| gem 'pry' | ||
| gem 'simplecov', '~> 0.17.0' | ||
| gem 'rubocop' |
Member
There was a problem hiding this comment.
We have gems appearing more than once, and even logically more than once. We might want to look at this closer. (Also, Rubocop is pointed out here, but not the only one.)
Member
Author
There was a problem hiding this comment.
Updated. I think I managed to dedupe them all.
53a649b to
fa736a0
Compare
Member
Author
|
It seems Ubuntu 24.04 tops out at 4.0.3. I may need to roll back to that. |
Member
Author
|
... but Dockerhub doesn't list Ruby 4.0.3 as a supported tag. |
fe21638 to
8725915
Compare
* Use alpine 3.23 with a pinned hash. * Make Gemfile and Dockerfile uniform across Ruby repos to allow shared layers.
Member
Author
|
I got the tests to pass here. I just need to replicate the changes here to the analyzer and test runner. |
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.