Update Ruby to 3.2.8 and further updates to enable CI to run on GitHub again#910
Merged
Update Ruby to 3.2.8 and further updates to enable CI to run on GitHub again#910
Conversation
b8fcb52 to
3b6d5fc
Compare
Change from using v1 Docker Compose command to v2 Docker Compose command. See: https://github.com/orgs/community/discussions/116610 https://docs.docker.com/compose/releases/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2
a0c3a73 to
3e005c2
Compare
See following links for more information: Homebrew/homebrew-bundle#1509 Homebrew/homebrew-bundle@98d8ad7
ShellCheck started throwing the following warning: "SC3061 (warning): In POSIX sh, read without a variable is undefined." for lines 27 and 49 of script/no-docker/setup, both of which read: read -r It seems that this syntax is only supported in some shells, e.g. bash, and not POSIX sh - e.g. see https://unix.stackexchange.com/questions/143952/why-does-the-read-command-not-take-interactive-options-when-run-by-sh https://unix.stackexchange.com/questions/650662/how-to-get-user-input-with-a-prompt-into-a-variable-in-a-posix-compliant-way Changed lines from read -r to read -r REPLY and warning disappeared.
b9e52eb to
586f836
Compare
Not updating to Ruby 3.4.4 yet, as does not yet appear to be supported by foreman: https://github.com/ddollar/foreman https://github.com/ddollar/foreman/blob/master/.github/workflows/ci.yml
586f836 to
6da6da4
Compare
tobiaspreis
approved these changes
Jun 16, 2025
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.
Changes in this PR
Update Ruby version, and further updates required to enable CI to run successfully on GitHub again
Brewfile.lock.jsongeneration. Homebrew/homebrew-bundle#1509 and Homebrew/homebrew-bundle@98d8ad7