From 3eaf420525d99f363f37bdbbcc8366013563e41d Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Wed, 25 Mar 2026 22:54:40 -0700 Subject: [PATCH] Update to Ruby 4.0.2. --- .devcontainer/Dockerfile | 2 +- .devcontainer/compose.yaml | 2 +- .ruby-version | 2 +- Gemfile.lock | 2 +- README.md | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e2c8769..8915bb3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Make sure RUBY_VERSION matches the Ruby version in .ruby-version -ARG RUBY_VERSION=4.0.1 +ARG RUBY_VERSION=4.0.2 FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION # Ensure binding is always 0.0.0.0 diff --git a/.devcontainer/compose.yaml b/.devcontainer/compose.yaml index b24890c..cf60a03 100644 --- a/.devcontainer/compose.yaml +++ b/.devcontainer/compose.yaml @@ -21,7 +21,7 @@ services: - postgres postgres: - image: postgres:18.0 + image: postgres:18.3 restart: unless-stopped networks: - default diff --git a/.ruby-version b/.ruby-version index 1454f6e..4d54dad 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.1 +4.0.2 diff --git a/Gemfile.lock b/Gemfile.lock index b4032fc..528f37e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -389,4 +389,4 @@ DEPENDENCIES web-console BUNDLED WITH - 2.7.2 + 4.0.9 diff --git a/README.md b/README.md index 0559ab4..eb91f2d 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ The purpose of this example is to provide details as to how one would go about u - Docker Desktop 4.30.0 or newer -- PostgreSQL 18.0 or newer +- PostgreSQL 18.3 or newer -- Rails 8.1.1 or newer +- Rails 8.1.2 or newer -- Ruby 4.0.1 or newer +- Ruby 4.0.2 or newer -Note: This tutorial was updated on macOS 26.1 (Tahoe). Docker Desktop is ony needed if you're following the `Docker Installation`. +Note: This tutorial was updated on macOS 26.3.1 (Tahoe). Docker Desktop is ony needed if you're following the `Docker Installation`. ## Communication