Skip to content

Commit d6b8d30

Browse files
committed
upgrade ruby 3.2.2 to 3.3.3
1 parent 66c3cb8 commit d6b8d30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.3

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.2.2
11+
ARG RUBY_VERSION=3.3.3
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
@@ -82,7 +82,7 @@ builder:
8282
#
8383
# # Pass arguments and secrets to the Docker build process
8484
# args:
85-
# RUBY_VERSION: 3.2.2
85+
# RUBY_VERSION: 3.3.3
8686
# secrets:
8787
# - GITHUB_TOKEN
8888
# - RAILS_MASTER_KEY

0 commit comments

Comments
 (0)