Skip to content

Commit 393e71d

Browse files
committed
Upgrade to Ruby 3.4.6
This was released on the 16th September and contains a number of small bug fixes: https://www.ruby-lang.org/en/news/2025/09/16/ruby-3-4-6-released/
1 parent fcb9e41 commit 393e71d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.4.3
1+
ruby-3.4.6

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ nodejs 22.15.0
44
pkl 0.28.1
55
postgres 17.2
66
redis 8.2.1
7-
ruby 3.4.3
7+
ruby 3.4.6
88
terraform 1.11.4
99
tflint 0.55.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=error=true
33

44
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
5-
ARG RUBY_VERSION=3.4.3
5+
ARG RUBY_VERSION=3.4.6
66
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
77

88
# Rails app lives here

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ PLATFORMS
755755
arm64-darwin-22
756756
arm64-darwin-23
757757
arm64-darwin-24
758+
arm64-darwin-25
758759
x86_64-linux
759760

760761
DEPENDENCIES
@@ -859,7 +860,7 @@ DEPENDENCIES
859860
with_advisory_lock
860861

861862
RUBY VERSION
862-
ruby 3.4.3p32
863+
ruby 3.4.6p54
863864

864865
BUNDLED WITH
865866
2.6.2

0 commit comments

Comments
 (0)