Skip to content

Update Ruby 3.2.2 -> 4.0.3 - #142

Open
IsaacG wants to merge 1 commit into
exercism:mainfrom
IsaacG:bump
Open

Update Ruby 3.2.2 -> 4.0.3#142
IsaacG wants to merge 1 commit into
exercism:mainfrom
IsaacG:bump

Conversation

@IsaacG

Copy link
Copy Markdown
Member
  • Use alpine 3.23 with a pinned hash.
  • Make Gemfile and Dockerfile uniform across Ruby repos to allow shared layers.

@IsaacG
IsaacG requested a review from a team as a code ownerMay 14, 2026 00:13
@IsaacG
IsaacGforce-pushed the bump branch 4 times, most recently from 0f81465 to 5d59c94CompareMay 16, 2026 03:56
* Use alpine 3.23 with a pinned hash.
* Make Gemfile and Dockerfile uniform across Ruby repos to allow shared layers.
Comment thread.ruby-version
@@ -1 +1 @@
ruby-3.3.0
ruby-4.0.3

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not 4.0.4 as stated in the PR title? And as reflected in the Alpine image?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub action runner images do not support 4.0.4. The latest supported version is 4.0.3 if we want to run Ruby on GHA images for the checks.

@IsaacGIsaacG changed the title Update Ruby 3.2.2 -> 4.0.4Update Ruby 3.2.2 -> 4.0.3May 16, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@IsaacG@kotp