We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1191ce commit 64a6761Copy full SHA for 64a6761
.ruby-version
@@ -1 +1 @@
1
-ruby-3.3.9
+ruby-3.4.4
Dockerfile
@@ -8,7 +8,7 @@
8
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
9
10
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11
-ARG RUBY_VERSION=3.3.9
+ARG RUBY_VERSION=3.4.4
12
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
13
14
# Rails app lives here
mise.toml
@@ -1,2 +1,2 @@
[tools]
2
-ruby = "3.3.9"
+ruby = "3.4.4"
0 commit comments