Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- postgres

postgres:
image: postgres:18.0
image: postgres:18.3
restart: unless-stopped
networks:
- default
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ DEPENDENCIES
web-console

BUNDLED WITH
2.7.2
4.0.9
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading