Skip to content

Commit 64a6761

Browse files
authored
⬆️ Bump ruby from 3.3.9 to 3.4.4 (#207)
1 parent d1191ce commit 64a6761

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-
ruby-3.3.9
1+
ruby-3.4.4

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.9
11+
ARG RUBY_VERSION=3.4.4
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
ruby = "3.3.9"
2+
ruby = "3.4.4"

0 commit comments

Comments
 (0)