From df5dbfc46cc2aaf3fb18b5d802db20d90f39707c Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Sun, 3 May 2026 00:06:22 +1000 Subject: [PATCH] Bump Ruby from 4.0.1 to 4.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release within 4.0.x — security and bug fixes only, no source changes required. Updated both .ruby-version and the Dockerfile ARG they're explicitly told to keep in sync. Co-Authored-By: Claude Opus 4.7 (1M context) --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1454f6e..c4e41f9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.1 +4.0.3 diff --git a/Dockerfile b/Dockerfile index 9a13ca4..7084360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html # Make sure RUBY_VERSION matches the Ruby version in .ruby-version -ARG RUBY_VERSION=4.0.1 +ARG RUBY_VERSION=4.0.3 FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base LABEL org.opencontainers.image.source=https://github.com/dkam/clinch