Skip to content

Commit c9e4249

Browse files
committed
Drop back to ruby 3.3.9 until ruby/setup-ruby#819 lands.
1 parent 89d09cc commit c9e4249

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.3.10
2+
ARG RUBY_VERSION=3.3.9
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.10
1+
3.3.9

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=3.3.10
11+
ARG RUBY_VERSION=3.3.9
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ builder:
8787
#
8888
# # Pass arguments and secrets to the Docker build process
8989
# args:
90-
# RUBY_VERSION: 3.3.10
90+
# RUBY_VERSION: 3.3.9
9191
# secrets:
9292
# - GITHUB_TOKEN
9393
# - RAILS_MASTER_KEY

0 commit comments

Comments
 (0)